mui-toolpad
mui-toolpad copied to clipboard
Support entities
Recently we implemented support for server-side pagination through the concept of data providers. We should extend the capabilities to also include:
- Filtering #2886
- Sorting #2539
- Row editing #2887
- Row creation #2888
- Row deletion #2889
Relates to: https://github.com/mui/mui-x/issues/8179
As you said entity is an abstraction for collection. So it seems that the complicated output of one or more queries can be simplified into an entity and can be further used in data binding. It seems like a good to have, but putting it as part of data sources may not be the right spot.
@Janpot these problems is very suitable for me. https://github.com/mui/mui-toolpad/issues/2539 such as this one. Could you offer more details?
@JerryWu1234 I've updated the issue and turned it into an umbrella for improvements on Toolpad data providers. Did you get a chance already to try them out? The documentation page should get you right on track. We would like to closely align this feature with MUI X in the near future and add filtering/sorting/... capabilities.
Did you get a chance already to try them out?
I didn't, but I developed the pagination function and filtering before.