-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] Client to server model mapper solution for filtering, sorting and pagination #7583
Comments
We implemented a dotnet + graphql internal library that translates the mui filter object directly to filters on the backend. I don't like directly embedding the mui filter shape directly into the backend but the advantages are just too good to ignore The resulting code
sorting it also handled but not included in this sample. What I am mostly after is some pre-processing of the filters to avoid calling the backend uncessary as outlined in #8702 |
H, is there any update on expected release? |
Would the functionality of initialising Data Grid columns based on a JSON Schema be covered by this issue? |
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: