Hi! Do you guys know how to deal with
Hi! Do you guys know how to deal with fetching multiple records from two or more tables from the API using the
useTable hook instead of useMany? Let's say I have customers and orders table. Is there a way to tell the useTable to get records from those two table?