Show specific field of relation table in Show/:id of a table
Hi!
I have a problem like this
I have 2 table with relation one to many: products and categories. One product has a list of category. In the categories table, I have a field name: effective_date. Now I want to show the effective_date of the category on the List of product on product/show/:id page
I'm using supabase as DB and ant design API. Can someone help me
I have a problem like this
I have 2 table with relation one to many: products and categories. One product has a list of category. In the categories table, I have a field name: effective_date. Now I want to show the effective_date of the category on the List of product on product/show/:id page
I'm using supabase as DB and ant design API. Can someone help me
