dataTable has no row method - version 1.10.0

dataTable has no row method - version 1.10.0

NecquiNecqui 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!!!

Answers

  • caspercasper Posts: 3Questions: 0Answers: 0

    I am having similar problem too..

This discussion has been closed.