Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table fixed header

.tableFixHead          { overflow: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #table #fixed #header
ADD COMMENT
Topic
Name
2+1 =