I am trying to implement row details in my datatables just like this example.
When I click on the show more image of my table, I get an error in my firebug console saying:
TypeError: oTable.row is not a function
var row = oTable.row(tr);
Here is also a fiddle of my code that generates this error.
As i understand it, the row()
function of my datatables is not found. But i don't get it... I use the latest datatables version with jquery version 1.11.1 (and not 1.11.0 as shown in fiddle) which is what is used in the example also(on datatables website).
I am stuck... Anyone has any idea why I get this error?
Thanks a lot