Adding row in html table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gavish
    New Member
    • Mar 2011
    • 1

    Adding row in html table

    Hi all

    I want to add vertical scroll bars in table but I want its header not to move.Means header should be fixed and only data part will have scroll bar.....reply me as soon as possible.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    I don't believe there's native support for this. You could replicate it though by having two tables. The header table by itself and then the data table inside an overflowed div.

    Comment

    Working...