How deep can we nest Parent / child editing in child rows?

How deep can we nest Parent / child editing in child rows?

gilbertgadbois@rogers.comgilbertgadbois@rogers.com Posts: 1Questions: 1Answers: 0

This blog https://datatables.net/blog/2019-01-11 shows a child opening up, but I would like to have the child (with the details-control) also contain other children. So essentially cascading down 3 or 4 layers. I'm not able to get the on click event for the child table that gets generated, so the parent table click event takes over.

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @gilbertgadbois@rogers.com ,

    You would need to be specific with the selector as you go to the child - either give each child table a unique ID or a unique class, then reference that for the click event.

    If that doesn't help, we're happy to take a look if you can link to the page or create a test case. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.