Hello!, do I need to show data from two tables in a data grid? I have tables created in Supabase, in both tables, I have employee registration data and I need to show this data in this data grid
You would need to provide a bit more context about the tables, for example you could merge the table data in supabase function, or merge them on the frontend before displaying in the data grid