I have a PivotTable, and I wanted to have the head
of it fixed on hers while I scroll the table, when I reach the end of the table, head "add" and go to the next table. >
All this without the table having td
and th
with width
fixed, and causing the columns to remain aligned.
I already researched the available plugins in Jquery and some ways using only CSS. However, plugins have the problem of limiting only to thead
, I would like to keep a fixed page header, above the fixed tbm thead. This solution satisfies the thead
part, but it should also slide horizontally, since the table has enough columns.