Hello all,
In a grid question I am trying to fix the position of a table column header row position (when the respondent is scrolling down, the table being fairly high, so that the column headers are always visible).
The cleanest solutions I find on forums involve using a <thead> for the "top row" and a <tbody> for the rest of the table, and then using position:sticky on the <thead>.
But I can't seem to "transform" the .inner_table to achieve this.
I have a feeling this might have already been answered / addressed in this forum, but I cannot seem to find the related messages.
Any ideas / pointers?
Cheers!
Fix column header row of table
Resolved
2 replies