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
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
I have a Reactable.Table that is updated dynamically by updates coming down via a WebSocket socket. When a filter is active on the table, the filter is lost when the table is re-rendered as a result of a state update. Things like column sorting are preserved across updates though.
The text was updated successfully, but these errors were encountered:
Would be great to see a fix for this. Being forced to do something silly like retrieving the current filter from onFilter and reapplying it with filterBy on every render.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a
Reactable.Table
that is updated dynamically by updates coming down via a WebSocket socket. When a filter is active on the table, the filter is lost when the table is re-rendered as a result of a state update. Things like column sorting are preserved across updates though.The text was updated successfully, but these errors were encountered: