I have the following Sass snippet in which I want the
For somebody, who is still looking for a solution and isn't satisfied with the accepted one. 1) Use sticky-top class on th element. 2) With own class to float as the table scrolls. This works properly in Safari, but not in Chrome Versio
th.sticky-header {
position: sticky;
top: 0;
z-index: 10;
/*To not have transparent background.
background-color: white;*/
}
1
2
3
4
1
2
3
4
1
2
3
4
1
2
3
4