SharePoint fixed table header for SP 2010
https://sharepoint.stackexchange.com/questions/157621/sharepoint-fixed-table-header/164330#164330
.ms-viewheadertr {
display: block;
position: relative;
}
.ms-listviewtable tbody {
display: block;
overflow: auto;
height: 300px;
}
Comments
Post a Comment