looking at the child row example: https://datatables.net/examples/api/row_details.html
i want to build the same thing, but the child row would again be a datatable with an editor, so i can add/edit/delete rows inside the child row, are there any examples like this as i can seem to make this work.
Maybe i'm making this to complicated but i'm trying to edit a 1 to many relationship, but in the secondary table (the many) we can add rows, and these rows are build out of 5 fields (below is an explanation of the sql tables).
members
- id
- name
- address
- ....
members_year
- id
- member_id
- year
- medical
- payed
- submitted
any help on how to build this would be really handy.