DataTable Filter Fails to Update When Re-Selecting Previously Unchecked Field

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 any field, the filtered results are correctly displayed in the DataTable.

  • However, when we edit the applied filter, check the previously unchecked field, and apply the changes, (now all the fields are selected) the DataTable does not correctly update to show all selected fields. The checked field remains unchecked.