You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me this is a bug, because we have 250 rows of data in table and counting grouping rows is misleading. Let's assume orders table, where you group by client and now you have more orders than really were received.
// if this is accepted as a bug I can try to send PR fixing it. I didn't look into code yet.
Minimal, Reproducible Example - (Optional, but Recommended)
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
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.
The text was updated successfully, but these errors were encountered:
mantine-react-table version
v1.3.4
react & react-dom versions
v17.0.2
Describe the bug and the steps to reproduce it
For me this is a bug, because we have 250 rows of data in table and counting grouping rows is misleading. Let's assume
orders
table, where you group by client and now you have more orders than really were received.// if this is accepted as a bug I can try to send PR fixing it. I didn't look into code yet.
Minimal, Reproducible Example - (Optional, but Recommended)
Official grouping/agg example at https://www.mantine-react-table.com/docs/guides/aggregation-and-grouping#aggregation-grouping-example
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms
The text was updated successfully, but these errors were encountered: