Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Virtual Scrolling to DataTable #956

Open
Ri-gers opened this issue Aug 26, 2024 · 1 comment
Open

Add Virtual Scrolling to DataTable #956

Ri-gers opened this issue Aug 26, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Ri-gers
Copy link

Ri-gers commented Aug 26, 2024

When using the DataTable with some larger amount of rows (starting from a few hundred already), rendering time respectively performance gets progressively worse pretty quickly (even operations like expanding/collapsing RowDetails might take seconds depending on the amount of rows, the UI just feels clunky then). This could be avoided by using Virtual Scrolling which basically lets the table only render visible rows. Rows which are not in the current viewport will get removed from the DOM thus drastically improving performance.

@vegegoku
Copy link
Member

Duplicate of #725

@vegegoku vegegoku marked this as a duplicate of #725 Aug 26, 2024
@vegegoku vegegoku added the duplicate This issue or pull request already exists label Aug 26, 2024
@github-project-automation github-project-automation bot moved this to To do in Domino UI Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
Status: To do
Development

No branches or pull requests

2 participants