-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DataTable grouping rows with similar names, more than one field at a time #1039
Comments
Hi, |
Here is an example of the current behaviour: At lines 39 and 53 in the index.js file it specifies a single field that can be merged by columns. On the first table you can see that the Field 1 column the value 1 is merged but in the Field 2 column the values are not combined. The desired behaviour would be been able to merge more than one field at the time in the same table so it shows the similar values on the remaining columns are also combined within their respective columns. |
Is it fixed yet? I need something similar |
Would also be interested. |
Lack of this feature is kind off showstopper for my project. Would be glad to see it in upcoming release. |
Duplicate of #619 |
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Current behavior
In the DataTable component when grouping rows with the same name allows so group just one field
Expected behavior
Been able to sort more than one field
Minimal reproduction of the problem with instructions
Please check image to illustrate current and expected behavior
Current
Expected
React version:
16.9.0
PrimeReact version:
3.1.8
Browser:
All
Language:
ES6/7
The text was updated successfully, but these errors were encountered: