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
I am trying to implement virtualization and using filters (also saving them) as per your manual using local storage as example, so when it re-renders, it's getting the filters from the local Storage, and it's working fine.
However, when data length is only 1, it doesn't display and I must clear the filter to show all of them.
When we have 2 rows, it displays just fine and we can see them both:
However, when I delete one, have only one row to present, I need to clear out the filter and re-apply it again:
Thanks in advance,
Daniel
Minimal, Reproducible Example - (Optional, but Recommended)
This is from the main component, which is imported from a custom component:
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
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:
This does not happen in V2, so I guess it's something related to my code, or something I am doing wrong.
To not waste time of the amazing developers, I believe this can be closed, if it's too time consuming.
mantine-react-table version
v1.3.4
react & react-dom versions
v18.2.0
Describe the bug and the steps to reproduce it
Hello,
I am trying to implement virtualization and using filters (also saving them) as per your manual using local storage as example, so when it re-renders, it's getting the filters from the local Storage, and it's working fine.
However, when data length is only 1, it doesn't display and I must clear the filter to show all of them.
When we have 2 rows, it displays just fine and we can see them both:
However, when I delete one, have only one row to present, I need to clear out the filter and re-apply it again:
Thanks in advance,
Daniel
Minimal, Reproducible Example - (Optional, but Recommended)
This is from the main component, which is imported from a custom component:
Component.jsx
Then I created the main component to style and customize...
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 know how
Terms
The text was updated successfully, but these errors were encountered: