Hello,
I want to save filter fields values in order to restore the state when a user navigates back to a page.
The way I do this right now is to save filter fields values is to iteratively call getFilterFieldValue on the table, which works fine. But when I try to restore the values by using setFilterFieldValue, it triggers a fetch on the underlying LazyQueryContainer, which is not desired. The problem is the same for sort orders.
I tried to save and restore the stateo of the underlying LazyQueryContainer, but then, the filter fields are not populated.
So, what is the best practice to save and restore the table state?
Best,
Cam