-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[docs][data grid] Revise the Row Grouping doc #16217
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
[docs][data grid] Revise the Row Grouping doc #16217
Conversation
|
||
{{"demo": "RowGroupingBasicExample.js", "bg": "inline", "defaultCodeOpen": false}} | ||
|
||
:::info | ||
If you are looking for row grouping on the server-side, see [server-side row grouping](/x/react-data-grid/server-side-data/row-grouping/). | ||
This document covers client-side implementation. | ||
For row grouping on the server side, see [server-side row grouping](/x/react-data-grid/server-side-data/row-grouping/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice updates, thank you for working on it.
I left a few suggestions.
Thanks for adding a type label to the PR! 👍 |
docs/data/data-grid/row-grouping/RowGroupingCustomGroupingColDefObject.tsx
Outdated
Show resolved
Hide resolved
@@ -1,2 +1,3 @@ | |||
Broken links found by `docs:link-check` that exist: | |||
|
|||
- https://mui.com/x/react-data-grid/row-grouping/#disable-the-row-grouping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is in a blog post from the monorepo, so I'll have to open a separate PR over there to fix it
Signed-off-by: Sam Sycamore <[email protected]>
Co-authored-by: Bilal Shafi <[email protected]> Signed-off-by: mapache-salvaje <[email protected]>
Cherry-pick PRs will be created targeting branches: v7.x |
Signed-off-by: Sam Sycamore <[email protected]> Signed-off-by: mapache-salvaje <[email protected]> Co-authored-by: Sam Sycamore <[email protected]> Co-authored-by: Bilal Shafi <[email protected]>
Part of the ongoing auditing/editing project.