DominoKit / domino-ui

Domino-ui
Apache License 2.0
214 stars 44 forks source link

Implement live grid for large data sets #725

Open vegegoku opened 1 year ago

vegegoku commented 1 year ago

Ability to support and maintain high performance on large data sets without requiring pagination aka "live grid" -- similar to scroll loading and pagination together)

original issue #683

Ri-gers commented 1 month ago

Hi, is there any update on this? For me, using a DataTable while having a few hundred up to some thousand elements causes a lot of rendering time. Any plans on implementing virtual scrolling? For example this also affects showing/hiding RowDetails since everything needs to be rerendered even though most of the table elements are not visible, thus causing performance issues for a large amount of elements.