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
ItemTable filters/sorting applies to data that is in the table but does not reapply to data added to the table after the filters are set. Filtering/sorting should be recalculated when data changes.
The text was updated successfully, but these errors were encountered:
By default, both the useFilters and useSortBy hooks for react-table use state to manage filters that gets reset when the table data changes. Both hooks have config options to control this behavior:
ItemTable filters/sorting applies to data that is in the table but does not reapply to data added to the table after the filters are set. Filtering/sorting should be recalculated when data changes.
The text was updated successfully, but these errors were encountered: