Hi @NatashaS, @MariyaDemy, @jang, @Natalia_Shilova,
Could you please help with this,
We have a DataTable with an attached query selector that allows filtering based on selected fields. Here’s the current behavior and the issue observed:
-
In the query selector, if we initially select any individual field, then choose “Select All” to check all available fields, and finally uncheck a specific field, the filtered results are correctly displayed in the DataTable.
-
However, when we edit the filter settings, check the previously unchecked field, and apply the changes, the datatable does not correctly update to show all selected fields. Some fields may remain unselected or unfiltered, even though they are checked in the query selector.
The expected behavior would be for the DataTable to reflect all fields accurately as selected and apply the filter changes consistently.