Posts by Fernando Levandoski • 1 point
1 post
-
0
votes1
answer763
viewsA: I need to leave the top of a table fixed, while the table has a scroll
The code below fixes the thead element at the top of an element. Thus, as the table lines scroll, the header is not changed. // Change the selector if needed var $table = $('table.scroll'),…