row.child.isShown() error

row.child.isShown() error

TheKPAXianTheKPAXian Posts: 2Questions: 1Answers: 0
edited November 2014 in Free community support

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

Answers

  • allanallan Posts: 61,787Questions: 1Answers: 10,115 Site admin
    Answer ✓

    Can you please link to a test case showing the issue as required in the forum rules.

    Allan

  • TheKPAXianTheKPAXian Posts: 2Questions: 1Answers: 0

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

This discussion has been closed.