mui-datatables icon indicating copy to clipboard operation
mui-datatables copied to clipboard

Virtualization

Open chapmanjacobd opened this issue 6 years ago • 9 comments

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

chapmanjacobd avatar Feb 19 '19 21:02 chapmanjacobd

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

gregnb avatar Feb 19 '19 21:02 gregnb

Can you guys guess when you are able to implement it?

ghost avatar May 29 '19 12:05 ghost

Bump. Material-UI Tables has an example for adding virtualization in its docs. https://material-ui.com/components/tables/#virtualized-table

msteitle avatar Nov 24 '20 21:11 msteitle

how to implement virtualization? infinite-scrolling - increases the number of objects, but it is necessary to constantly update the number of displayed objects

UseMuse avatar Jan 11 '21 08:01 UseMuse

Is the feature of virtualization planned to be implemented in the near future?

ariel-upstream avatar Feb 24 '21 09:02 ariel-upstream

Hi any updates on this?

genefever avatar Dec 17 '21 06:12 genefever

Bump

MGMehdi avatar Jan 20 '22 13:01 MGMehdi

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

MGMehdi avatar Jun 15 '22 08:06 MGMehdi

Here is an exemple with Virtuso, MUI and table filter https://codesandbox.io/s/virtuoso-mui-filter-f5xtfr

MGMehdi avatar Jun 15 '22 08:06 MGMehdi