I am trying to associate a child table with a parent table. I cannot understand how this can be done when the data for the child table goes through an AJAX call, which then creates a dynamic table.
I followed this
Below is my code.
$('#myTable tbody).on('click', 'td.details-control', function () { var tr = $(this).closest('tr'); var row = $('
javascript jquery ajax datatables
user2281858
source share