-
-
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
[DataGrid] Add "Custom columns" page to the docs #9270
Comments
Would you keep the "editing with date picker" recipe as well or would it be removed ? |
I don't see a reason to remove it. There's always the argument of maintainability, but I think it's a small case that doesn't hurt. |
I think we already have a demo for this one in https://mui.com/x/react-data-grid/editing/#create-your-own-edit-component
For this one we can reuse https://mui.com/x/react-data-grid/recipes-editing/#usage-with-mui-x-date-pickers
Filled quantity seems to be a particularly interesting example: |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. |
Summary
It's a recurrent pain point that users try to find some of our column implementations used in the demos and can't find them behind the data grid generator, also we have no "targetted" page where users can quickly find some good examples of custom columns and how to implement it. "Rendering cells" is under column definition.
We need to improve the discoverability and better showcase good examples of custom columns like the star-rate component, date picker and now also the sparklines.
Proposal
A new page under the Columns menu with:
The text was updated successfully, but these errors were encountered: