[data grid] Implement preloading with server-side data source #15611
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
To improve user experience, we should add a preloading feature to the data source.
It could be made in two iterations:
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
)Prediction
User is hovering over the
name
column header. Clicking on it would require sorted dataset. Fetch the data with the future sorting modelSearch keywords:
The text was updated successfully, but these errors were encountered: