Support for parent-child-grandchild tables

Support for parent-child-grandchild tables

jgrabskyjgrabsky Posts: 1Questions: 1Answers: 0

I have an application requirement to display three-levels of hierarchy. The examples show only parent-child.

This question was asked and answered No back in July 2015 (https://datatables.net/forums/discussion/28700). I could not find mention of this feature in the release notes since. Does anyone know if support has been added? Has anyone found a solution or work-around?

Thanks,
John

Answers

  • datahandlerdatahandler Posts: 26Questions: 2Answers: 1

    If the child contains a table, you could initialise it as a datatable then each row in that datatable can have a child, which would be the 'grandchild'

This discussion has been closed.