Nested Data Table is not function , while clicking Jquery
Nested Data Table is not function , while clicking Jquery: while clicking the detail-control class is not firing its function. the following code am using Nested DataTable is not functioning , in Jquery while click: $('#tblDataTable tbody').on('click', 'tr td.details-control', function () { var tr = $(this).closest('tr'); var row = dt.row(tr); var idx = $.inArray(tr.attr('id'), detailRows); if (row.child.isShown()) { row.child.hide(); ...