Parent/Child Editing - Edit and Delete Buttons not working

Parent/Child Editing - Edit and Delete Buttons not working

ad824aad824a Posts: 20Questions: 4Answers: 1

Hi, Im trying to recreate the example found in this blog post https://datatables.net/blog/2019-01-11

Everything works great, except editing or deleting a row from the child table. If I select a row to edit, the data associated with the row isn't shown in the modal (no data is shown at all). And if I try to delete a row, the modal says "Are you sure you want to delete 0 rows". Is there an obvious solution that wouldn't require me to post all of the code?

Adding a new row to the child table associates it to the correct entry of the parent table, so the Add button is good to go.

Thanks!

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586
    Answer ✓

    As it works in the link you point to, we'll need to see your implementation to be able to debug it and find the differences. Please can you post a link to your page so we can take a look,

    Colin

This discussion has been closed.