How to retain filters in editable table after refresh
We have an editable table with an editable flag on each row.
When the user clicks on the checkbox we run a data transform which also modifies the flag in other rows and refresh the entire section to allow the user to see the updated result.
This works fine, but if the user has filtered the rows using the header filters, he lose the filters.
We tried to use Refresh List action to avoid this, but it seem that in that case the data transform does not run. How can we do to retain filters and show the user the results updated by the DT?