I’m trying to use the new table element.
The tutorials I’ve found so far are calculating a fixed height. I’d really like mine to be responsive and show the number of rows that fits nicely on the users screen and then provides a scrollbar if all the entries don’t fit.
When I dynamically size the table, it never gets a scrollbar - so I get the ‘screen’ scrollbar that makes the full page scroll which defeats the purpose of my floating elements and my sticky headers.
What am I doing wrong? I want the table to have a scrollbar, and the ‘browser’ to never have a scrollbar( I guess unless they resize to something very small.