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
With respect to filter values: this is currently by design. Filters are not persisted, only column settings.
There are two ways to persist filters with the current smart table:
Client-side: listen to the filter event, persist the filter values, when showing the new smart table set customConfiguration to the value of configuration fetched from the server, but patching filters with the persisted values.
Server-side: whenever the filters are changed, persist them for the current user. when fetching the configuration, include the persisted values for the user in the configuration.
With respect to column order or visibility: I could not reproduce this issue. When running the smart table demo app locally the column visibility and order are persisted across page refreshes.
When trying out the demo application of smart table. The selected smarttable filter values are not saved and lost after refresh.
The text was updated successfully, but these errors were encountered: