Row Data Virtualization #195
Replies: 2 comments 3 replies
-
I already have an example exactly for this https://www.material-react-table.com/docs/examples/infinite-scrolling |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the quick response! Yes i have seen this example and this will fit much modern usecases. But i have a different scenario in mind. Mine is to have a 10000 + Table sorted by some field. So as a application user i know that the data i want to see is somewhere in the middle of that data junk. So i scroll to the middle and only the initally shown data and that in the middle are loaded from the server (maybe some more during srolling ;)). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The current "row - virtualization" feature seams to adress only the rendering virtualization.
Is data - virtualization a planned feature or already possible?
By data virtualization i mean async data loading ,like in pagine but triggered by the srollposition
Beta Was this translation helpful? Give feedback.
All reactions