Pass data in data table

Database & APIs

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.

What have you tried so far?

I've tried to do some process that I used to do with list view, but didnt work

Did you check FlutterFlow's Documentation for this topic?
No
3