dataTable has no row method - version 1.10.0
dataTable has no row method - version 1.10.0
Necqui
Posts: 2Questions: 2Answers: 0
I am generating my child table dynamically.
After the running the following line of code I don't see the "row()" method available to my cTable.
cTable = $('#tblComment').dataTable();
// cTable.row() is undefined!!!
This discussion has been closed.
Answers
I am having similar problem too..