check box for nested tables
check box for nested tables
Hi.,
I have check box on the header of the table if I select the checkbox all rows get selected that is working fine for me.
I also have a inner datatable that shows up when click on the 'detail-control' which has the checkbox to all rows.
I am getting the closest('tr') to get the value of the row and get the desired value of the row.
==The problem is every time I click the last row I get the below error.=== and also I get the wrong row value if there are mulitple rows for outter datatable.
Cannot read property '_aData' of undefined
Can anyone please help., If there is an example where there are checkbox for outer table and inner table that would be great.
Answers
attached the screen shot for quick idea...
do we have something like this http://jonmiles.github.io/bootstrap-treeview/
bootstrap-treeview with checkboxes that has datatables rows and sub rows as <li></li>