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

[data grid] Implement preloading with server-side data source #15611

Open
arminmeh opened this issue Nov 26, 2024 · 0 comments
Open

[data grid] Implement preloading with server-side data source #15611

arminmeh opened this issue Nov 26, 2024 · 0 comments
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Server integration Better integration with backends, e.g. data source new feature New feature or request

Comments

@arminmeh
Copy link
Contributor

arminmeh commented Nov 26, 2024

To improve user experience, we should add a preloading feature to the data source.

It could be made in two iterations:

  1. Static config
    I know what is the most demanded state of the grid, so I am asking the grid to fetch and cache that data after initial load (people often sort by name)

  2. Prediction
    User is hovering over the name column header. Clicking on it would require sorted dataset. Fetch the data with the future sorting model

Search keywords:

@arminmeh arminmeh added component: data grid This is the name of the generic UI component, not the React module! new feature New feature or request feature: Server integration Better integration with backends, e.g. data source labels Nov 26, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Needs refinement in MUI X Data Grid Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Server integration Better integration with backends, e.g. data source new feature New feature or request
Projects
Status: 🆕 Needs refinement
Development

No branches or pull requests

1 participant