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

When rows are grouped, the rows per page are applied to groups and not to the actual rows in the table. #877

Open
TatyanaVl opened this issue Oct 21, 2024 · 0 comments

Comments

@TatyanaVl
Copy link

When rows are grouped, the rows per page are applied to groups and not to the actual rows in the table.

Lets say you have 1k, you can change the number of rows to 10 and you will see only 10 rows.
However if you add grouping and there are only 4 groups for the 1K rows, all 1k rows will be rendered and there is no way to change that because the number of pages refers to the groups
image

Ideally we want the number of rows per page be applied to rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant