undefined error data[0] and 0x800a138f - JavaScript runtime error: Unable to get property 'cells'

undefined error data[0] and 0x800a138f - JavaScript runtime error: Unable to get property 'cells'

htay.kyawhtay.kyaw Posts: 1Questions: 1Answers: 0

I use
var data = table.row($(this).parents('tr')).data(); and data[0] shows undefined. How can I get cells from that?
I can see all columns data in data.

Please kindly highlight me .
"datatables": "1.10.12".

Thanks

Answers

  • allanallan Posts: 62,211Questions: 1Answers: 10,205 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.