Issue with DataTable Filtering

Widgets & Design

In my application, when I try to filter the data using the dropdown and checkboxes, I encounter an issue. Specifically:

  1. I select a value from the dropdown filter.

  2. I check one of the checkboxes.

  3. 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.

What have you tried so far?

Changing the conditions of the filters, the order of the conditions, simplify the conditions.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
6 replies