Two tables on same page: problem with child row
Two tables on same page: problem with child row
alzambo
Posts: 38Questions: 17Answers: 1
Hi,
when clicking on a row.child()
in a two-tables page, I'm getting a TypeError: table.row is not a function.
Both tables are correctly initialized with
$('table[nome=tabellaDati1]').DataTable(table);
and $('table[nome=tabellaDati2]').DataTable(table);
What could id be?
Thank you,
Alex
This discussion has been closed.