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] Support Server-side grouping #9757

Open
sgalkin-waverleysoftware opened this issue Jul 22, 2023 · 4 comments
Open

[Data Grid] Support Server-side grouping #9757

sgalkin-waverleysoftware opened this issue Jul 22, 2023 · 4 comments
Labels
component: data grid This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature feature: Row grouping Related to the data grid Row grouping feature plan: Premium Impact at least one Premium user

Comments

@sgalkin-waverleysoftware
Copy link

sgalkin-waverleysoftware commented Jul 22, 2023

I'm in the process of evaluating data grid libraries for my project and narrowed my choice: to two competitors:

  • MUI X premium data grid.
  • AG Grid.

The project heavily requires Server-side grouping (SSG), I was trying to figure out on my own if MUI Data Grid supports SSG, but I need help finding related information.

@oliviertassinari oliviertassinari added component: data grid This is the name of the generic UI component, not the React module! status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jul 23, 2023
@oliviertassinari oliviertassinari changed the title Does DataGrid support server-side grouping (SSG)? [Data Grid] Server-side grouping support? Jul 23, 2023
@oliviertassinari oliviertassinari added plan: Premium Impact at least one Premium user feature: Row grouping Related to the data grid Row grouping feature labels Jul 23, 2023
@oliviertassinari
Copy link
Member

oliviertassinari commented Jul 23, 2023

The project heavily requires Server-side grouping (SSG), I was trying to figure out on my own if MUI Data Grid supports SSG, but I need help finding related information.

@sgalkin-waverleysoftware We are doing a significant push toward better server-side integration #7583. I think @joserodolfofreitas or @cherniavskii could answer you on this one.

my project and narrowed my choice: to two competitors:

MUI X premium data grid.
AG Grid.

Interesting, we recently made an evolution to our pricing so people like you could more easily compare pricing for similar license terms, and offer a simpler migration path from existing AG Grid users.

Screenshot 2023-07-23 at 17 29 48

https://mui.com/pricing/

Screenshot 2023-07-23 at 17 30 38

https://ag-grid.com/license-pricing/

@cherniavskii
Copy link
Member

Hi @sgalkin-waverleysoftware
Currently, the row grouping feature only works on the client side, which means that you have to provide all the rows to the grid in advance before they are grouped.

We are going to support this use case in the future with the server-side data source - see #8179 for more info.

@cherniavskii cherniavskii added status: waiting for author Issue with insufficient information and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jul 24, 2023
@srgg
Copy link

srgg commented Jul 24, 2023

@cherniavskii Thank you for the response do you have an ETA for #8179?

@oliviertassinari oliviertassinari added enhancement This is not a bug, nor a new feature and removed status: waiting for author Issue with insufficient information labels Jul 24, 2023
@oliviertassinari oliviertassinari changed the title [Data Grid] Server-side grouping support? [Data Grid] Support Server-side grouping support Jul 24, 2023
@oliviertassinari oliviertassinari changed the title [Data Grid] Support Server-side grouping support [Data Grid] Support Server-side grouping Jul 24, 2023
@cherniavskii
Copy link
Member

Hi @srgg,
No ETA, but we will work on it in Q3 and Q4

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! enhancement This is not a bug, nor a new feature feature: Row grouping Related to the data grid Row grouping feature plan: Premium Impact at least one Premium user
Projects
None yet
Development

No branches or pull requests

4 participants