dataTable has no row method - version 1.10.0
dataTable has no row method - version 1.10.0
![Necqui](https://secure.gravatar.com/avatar/4b0fc2f9ef51cf2239022fae53d7f498/?default=https%3A%2F%2Fvanillicon.com%2F4b0fc2f9ef51cf2239022fae53d7f498_200.png&rating=g&size=120)
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..