Hello everyone, I am new to Flutterflow. I am trying to use the data table widget in combination with the checkbox widget.
What I would like to achieve is to be able to have a button on top of the data table to be able to select/de-select all the records. Then I would like to use an additional button to delete all row which has been selected.
I have tried to create an action behind the select all button to loop through the list loaded on the datatable and see if I could see a property that relates to the checkbox, but because the datatable list is populated via backend query to supabase, I am not able to see a list value in the state settings.
What is the best way to achieve this?