mui-datatables
mui-datatables copied to clipboard
Virtualization
I noticed that you are looking on adding virtualization. I'm also interested in adding this to my project.
react-window
might be another good option for a virtualization library. It was made by the developer of react-virtualized but it has a much simpler and refined API
https://react-window.now.sh/#/examples/grid/variable-size
Absolutely! Would love to work in virtualization for tables that have pagination={false}. If you would like to take up a POC and see how it turns out I would love to take a look
Can you guys guess when you are able to implement it?
Bump. Material-UI Tables has an example for adding virtualization in its docs. https://material-ui.com/components/tables/#virtualized-table
how to implement virtualization? infinite-scrolling - increases the number of objects, but it is necessary to constantly update the number of displayed objects
Is the feature of virtualization planned to be implemented in the near future?
Hi any updates on this?
Bump
I finally gave up and made my own board with MaterialUI and react-virtuoso. Virtuoso even has an example to implement MUI arrays and list and is very easy to set up compared to react-window. It also supports horizontal scroll and can be responsive
Here is an exemple with Virtuso, MUI and table filter https://codesandbox.io/s/virtuoso-mui-filter-f5xtfr