Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table fixed header

table tbody { display:block; max-height:450px; overflow-y:scroll; }
table thead, table tbody tr { display:table; width:100%; table-layout:fixed; }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #table #fixed #header
ADD COMMENT
Topic
Name
1+3 =