T
TanStack3mo ago
adverse-sapphire

Table doesn't scroll vertically

I'm using tanstack table, but unless my table is the direct decendent of a view with a predefined height it does not scroll. Creating a div with some elements inside of it does scroll, but using tanstack to manage the state for that same exact grid prevents scroll. I'm assuming this is a known behavior, I'm just not sure how to address it haha.
1 Reply
adverse-sapphire
adverse-sapphire3mo ago
Tanstack table is a headless lib, this has nothing to do with tanstack table. Depending on where the ui code is coming from it could be an issue with your css or the ui library.

Did you find this page helpful?