Get HubDB Row by id / use Foreign Keys via HubDB API
SOLVE
Hello,
I have a table made using js and I want to populate it with data from a HubDB table, but 2 values are foreign keys, and I need to take those values from other tables.
What I tried so far was to add "id__in=id1,id2,id3" in the query for the second table but didn't work.
Just to clarify, do you mean that there's 2 foreign keys in the HubDB table and you'd like to retrieve that to populate it on a table you made using JS?