KevinVandy/material-react-table

Total Row count gets lost when grouping

luisphdsolutions opened this issue · 0 comments

material-react-table version

2.11.3

react & react-dom versions

18.2.0

Describe the bug and the steps to reproduce it

Use this example to see the bug:
https://www.material-react-table.com/docs/examples/advanced
Select at least 1 row to display the count data at the bottom. It'll display x of 128 row(s) selected.
Now choose any column and group by it.
Check the bottom again to see the total rows...

Minimal, Reproducible Example - (Optional, but Recommended)

https://www.material-react-table.com/docs/examples/advanced

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms

  • I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.