Solutionunvalidated
Listen to the `filterModified` event, store the modified filter model from the UI using `getModelFromUi`, and after each batch update restore the UI state with `setModelIntoUi` (via `getFilterInstance(...).setModelIntoUi(...)`).
43c99294-ec49-4f1c-b5a7-ed428a2f268b
Listen to the filterModified event, store the modified filter model from the UI using getModelFromUi, and after each batch update restore the UI state with setModelIntoUi (via getFilterInstance(...).setModelIntoUi(...)).