In my application, when I try to filter the data using the dropdown and checkboxes, I encounter an issue. Specifically:
I select a value from the dropdown filter.
I check one of the checkboxes.
Afterward, I clear the dropdown selection.
At this point, the DataTable widget only shows one item, even though the total number of items should be more than one. To resolve the issue temporarily, I have to either play around with the filters (e.g., selecting/deselecting more options) or refresh the page to get all the items in the list to appear again.
I would like to understand what could be causing this issue and how to fix it.