Filtering with useList and state operation
Hi guys, I currently have a List with useList to get data from a table with supabase
Now I have a button and a state value to change the filter when click the button.
Here is a useList code
I want when first load, the List will show all the data from DB table (ignore the filter, the filter will trigger when statusFilter change), how can I do that?
Now I have a button and a state value to change the filter when click the button.
Here is a useList code
I want when first load, the List will show all the data from DB table (ignore the filter, the filter will trigger when statusFilter change), how can I do that?
