I know there's a native feature that allows us to freeze columns inside of a table, however I'd also like the ability to freeze the header row so when I scroll down I can see each column header:
My current code looks like this inside the Scripts and Styles section:
That solution does work, however I'd like to keep the pagination if possible (the table performance drops quite a bit when scrolling). I was hoping there would be a CSS workaround to the issue.
Hey Shu, I've tested this and putting a position: fixed on this specific CSS selector which I copied from the the chrome dev tools seemed to do the trick:
Hi Scott.
Thank you for the suggestions - it all works now.
I get the scroll bar when I do not use pagination and the next/previous set when I do.
Either way the column headers now remain as they should.
I use containers because I find it easier to work with groups of components.
And I can play with styles more readily as the container is used on all tabs.