Skip to content
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] Row grouping: Change a row's displayed order inside its parent group. #8353

Open
Tracked by #4821
joserodolfofreitas opened this issue Mar 23, 2023 · 0 comments
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Row grouping Related to the data grid Row grouping feature new feature New feature or request plan: Premium Impact at least one Premium user waiting for 👍 Waiting for upvotes

Comments

@joserodolfofreitas
Copy link
Member

joserodolfofreitas commented Mar 23, 2023

Summary

In a group formed by Row grouping, users want to use Row reordering to apply orders inside a parent's group.

The internal order of the rows in a given group is updated, with the possibility to make the order persistent through the callback onRowOrderChange. In this case, oldIndex and targetIndex is based only on the indexes inside the given group.

Extracted from: #4821

@joserodolfofreitas joserodolfofreitas changed the title Change a row's displayed order inside its parent group. [data grid] Row grouping: Change a row's displayed order inside its parent group. Mar 23, 2023
@joserodolfofreitas joserodolfofreitas added component: data grid This is the name of the generic UI component, not the React module! new feature New feature or request feature: Row grouping Related to the data grid Row grouping feature plan: Premium Impact at least one Premium user waiting for 👍 Waiting for upvotes labels Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Row grouping Related to the data grid Row grouping feature new feature New feature or request plan: Premium Impact at least one Premium user waiting for 👍 Waiting for upvotes
Projects
Status: 🆕 Needs refinement
Development

No branches or pull requests

1 participant