Hi everyone,
I’m using a DataTable in FlutterFlow where users can select rows and click an "Approve" button. After approval, I refresh the list to remove those rows from the table. However, the selected state remains — the selection stays active even though the rows are no longer visible.
Is there a way to programmatically clear or reset the selected rows in FlutterFlow's DataTable after data refresh?
I couldn’t find any built-in “Clear Selection” action. Any workaround, like resetting the selection state manually or via custom code, would be much appreciated.
Thanks!