vicious-gold
vicious-gold7mo ago

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?
1 Reply
vicious-gold
vicious-gold7mo ago
Hello @sweetrish useTable makes request to single endpoint. So you should expose those tables from your API as you need.