Answers for "make table header fixed in css"

CSS
5

table fixed header

.tableFixHead thead th { position: sticky; top: 0; }
Posted by: Guest on July-12-2020

Browse Popular Code Answers by Language