[data grid] Client to server model mapper solution for filtering, sorting and pagination #7583
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
plan: Pro
Impact at least one Pro user
Summary 💡
In an effort to improve the integration with applications' server-side, one of the biggest pains we pinpointed is the effort to map the Data Grid's data model (columns, filtering, sorting, and pagination models) to something that can be easily consumed on the backend, like JSON parameters for a Rest call, or perhaps an SQL query.
Challenges and open questions
Examples 🌈
Motivation 🔦
Users report spending considerable time wiring the data and parameters from the Data Grid.
The text was updated successfully, but these errors were encountered: