T
TanStack3y ago
fascinating-indigo

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
fascinating-indigo
fascinating-indigoOP3y 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!
broad-brown
broad-brown3y ago
Hi! I'm having the same issue, could you share an example of how you got it done? Thank you in advance!
inland-turquoise
inland-turquoise3y 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?