Hi
I'm quite new to grocery crud and couldn't find the answer to my problem in the docs, I guess grocery just doesn't support this yet:
When viewing or editing a record, I want to display related records of the current view/edit record on the same page.
To explain my issue, let's assume we have 2 database tables: Customers and Books, with the relation Customer hasMany Book and therefore Book belongsTo Customer.
When I click on View or Edit record in the Customer grocery table, I want to see another table (below the view/edit form) with all Books which are related with this Customer.
Isn't it an important feature of crud systems, to support related records for more than just mapping (as grocery crud is already capable of...)?
I wondered that this isn't implemented - or did I just not find it? ;)
Thank you!
Cheers
Similar question, but no replies: /topic/838-display-2-tables-parent-and-related-children-table/?hl=related