T
TanStack3y ago
extended-salmon

Column based horizontal virtualisations

I am building a full scale, editable, sortable table using tanstack table. I have already added virtualisation to rows using the example provided at the website. However, I also want to implement horizontal virtualisation, and I am lost on ideas. The only thing that I could think of was virtualising th and elements but that would virtualise the headers and not the entire table. Any ideas on how this could be solved? Any working examples will be greatly appreciated. Thanks!
3 Replies
extended-salmon
extended-salmonOP3y ago
I should also mention that the table is pinned on the left side, with the first 3 columns (one of them being hidden) being sticky Nvm I was able to get it done!
adverse-sapphire
adverse-sapphire3y ago
Hi! I'm having the same issue, could you share an example of how you got it done? Thank you in advance!
multiple-amethyst
multiple-amethyst3y ago
Hi same problem facing i'm also, do you solved it? I really appreciate any help you can provide.

Did you find this page helpful?