row.child.isShown() error
row.child.isShown() error
TheKPAXian
Posts: 2Questions: 1Answers: 0
the row.child.isShown() function gives me the following error:
Uncaught TypeError: Cannot read property '_detailsShow' of undefined
I'm trying to create a master-detail table.
Also row.data() is giving the same error:
Uncaught TypeError: Cannot read property '_aData' of undefined
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Can you please link to a test case showing the issue as required in the forum rules.
Allan
OK, I found the problem after all.
Where I declared the row I wrote: oTable.row(tr.Id);. Removed the .Id and it's all good now. DataTables Rock!!!