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

DataGrid: Enable progressive loading #1764

Open
madebyannalam opened this issue Aug 6, 2024 · 1 comment
Open

DataGrid: Enable progressive loading #1764

madebyannalam opened this issue Aug 6, 2024 · 1 comment
Labels
type: enhancement ✨ [5] Velocity rating (Fibonacci)

Comments

@madebyannalam
Copy link

Is your feature request related to a problem? Please describe.
Progressive loading should be added as an alternative to pagination, for use cases where pagination might not be suitable.

Describe the solution you'd like
I would imagine that progressive loading in the datagrid would have an initial load of 1 page's worth of data. Scrolling to the bottom (or very close to) would trigger the loading of the next page. Until one has no more data.

Describe alternatives you've considered
We are currently using the existing pagination capabilities of the DataGrid.

Additional context
N/A

@tmcconechy tmcconechy added type: enhancement ✨ [5] Velocity rating (Fibonacci) labels Aug 6, 2024
@tmcconechy
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement ✨ [5] Velocity rating (Fibonacci)
Projects
Status: Groomed
Development

No branches or pull requests

2 participants