nextui-org / nextui

🚀 Beautiful, fast and modern React UI library.
https://nextui.org
MIT License
21.77k stars 1.48k forks source link

[Feature Request] Table support Virtualization to improve performance #3697

Open duyvinh229148 opened 1 month ago

duyvinh229148 commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently, table render all row, which is a problem with table with big number of rows

Describe the solution you'd like

I suggest to have some options to enable virtualization, like Tanstack Virtual, to render only like 20 rows of a big table

Describe alternatives you've considered

N/A

Screenshots or Videos

Screenshot from 2024-09-01 08-48-21

302 rows is being rendered

linear[bot] commented 1 month ago

ENG-1308 [Feature Request] Table support Virtualization to improve performand