I had a list view in my app and now I updated to data table.
When the user clicked in some register, it opened a bottom sheet with the register details.
How to do the same with data table?
I want that when someone click in the data table row, it will open a bottom sheet with the rows details.
I couldnt do the same:
Obs: I am using Supabase.