@tanstack/react-table v8 with @tanstack/react-virtual v3: Resizing a table with large dataset
I have a table rendering a large data set, which i want to virtualise.
I want to have the columns resizable, but as i resize the ui slows down.
Any ideas or examples would be welcomed. the documentation and example on the tanstack site seem to use the older react-virtual v2
currently i have the virtual part on the tbody
and I am setting up the hooks like so
0 Replies