I have a difficulty in using grocery_crud in my case. I already have table "order" , "participant" . the two tables have a relation many to many. therefore there's additional table called "order_participant" . 1 order can have many participant , 1 participant can exist in any order. When I render order table it showing order_participant to select participant to join that order but I want to add field price because in every order_participant there is specific price ? How can I do it ?
set_relation_n_n with additional field
Started by Filbert Sugianto Manunggal, 09 January 2016 - 13:34 PM
- Single Page
Posted 09 January 2016 - 13:34 PM