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

Row grouping breaking with pagination #2545

Closed
benlittlenz opened this issue Dec 21, 2021 · 1 comment
Closed

Row grouping breaking with pagination #2545

benlittlenz opened this issue Dec 21, 2021 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@benlittlenz
Copy link

[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57

Codesandbox Case (Bug Reports)
Please fork the codesandbox below and create a case demonstrating your bug report. Issues without a codesandbox have much less possibility to be reviewed.

https://codesandbox.io/s/primereact-row-grouping-forked-8kh03?file=/src/index.js

Current behavior
Row grouping breaks when pagination is also added to table. Rows group correctly on first page, then when a user navigates to another page, row grouping breaks and there is a new grouping for every row (See codesandbox supplied above)

Expected behavior
Row grouping should sort all pages grouping into one group if the group by fields are the same.

Minimal reproduction of the problem with instructions

  • React version:
    17.0.2

  • PrimeReact version:
    7.1.0

  • Browser:
    All

  • Language:
    ES6/7

@mertsincan mertsincan self-assigned this Jan 15, 2022
@mertsincan mertsincan added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Jan 15, 2022
@mertsincan mertsincan added this to the 7.1.1 milestone Jan 15, 2022
@mertsincan mertsincan added Type: Bug Issue contains a defect related to a specific component. and removed Status: Pending Review Issue or pull request is being reviewed by Core Team labels Jan 19, 2022
@aspect-vs
Copy link

Not fixed on 8.7.3...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

3 participants