How to add a new data table at the end of dynamically created data table please help me....
How to add a new data table at the end of dynamically created data table please help me....
I used this code to get it ...
var a = $('#table2 tr:last').get(0);
tableId.fnOpen(a, table2Id, 'dispaly1'); to create the table
and
tableId.fnDestroy();
table2Id.fnDestroy();
to close the table . I was able to open and close the second table at end of first table for the first time but when I try to reopen it it is throwing me this error " DataTables warning (table id = 'table2'): Requested unknown parameter '1' from the data source for row 0"
Plz help me stuck here for long time ............
var a = $('#table2 tr:last').get(0);
tableId.fnOpen(a, table2Id, 'dispaly1'); to create the table
and
tableId.fnDestroy();
table2Id.fnDestroy();
to close the table . I was able to open and close the second table at end of first table for the first time but when I try to reopen it it is throwing me this error " DataTables warning (table id = 'table2'): Requested unknown parameter '1' from the data source for row 0"
Plz help me stuck here for long time ............
This discussion has been closed.