Saving and Restoring the Filter Settings of a Table
After adding the Table element to your application, configure the Searchable, Filtering and Column Chooser settings from the Properties panel on the right side.
Searchable: Allows you to search the table.
Filtering: Allows you to filter your table data.
Column Chooser: Allows you to hide or show columns.
Then click thePreview button in the upper left corner.
You can save previously filtered or hidden columns.
The saved settings are automatically restored when the table is opened again.
With the Export Table Config action you can export in JSON format.
With the Import Table Config action, you can reload previously saved settings.
Saving Table to Managed DB with Export Table Configs Action
Suppose you type the word you want to search for in the first column of the table and filter it.
In this case, the current state of the table, that is, the applied filters and column settings, is exported as a string in JSON format via the “Export Table Config” action and this data is saved in the “Tables” field in the Managed DB panel.
For example, you created a data table named “TableConfig” and added “Id” and “Json” columns to it. During the “Export” operation, the table JSON data is saved in this table.