Multi-nested child rows
Multi-nested child rows
I am trying to do multi-nested child rows in datatables using this example https://datatables.net/examples/api/row_details.html
As far as I noticed, datatables can't make child row for another child row to create multi nested child rows.
Is it possible in some ways to do, so if I click on one row, child row creates, and when click on this child row - it will create another one, so it goes like Parent -> Child 1 -> Child 1.1 -> Child 1.1.1 - and so on?
This question has an accepted answers - jump to answer
Answers
Hi,
Unfortunately this is not a feature that is available in DataTables at this time.
Allan