Cannot set property '_DT_CellIndex' of undefined

Cannot set property '_DT_CellIndex' of undefined

multihtinkermultihtinker Posts: 1Questions: 1Answers: 0
edited February 2016 in Free community support

Hello,

I've table inside table, which is validated from w3validator It seems like markup is in good shape but may be table inside table is not supported in dataTable

Here is the full Markup I've https://jsfiddle.net/u9Lcrmqq/
http://live.datatables.net/bekoxozo/1/edit?html,js,console,output

Please let me know where I'm doing wrong when i try to add .DataTable() for my table ID it just simply through error as title.

Looking forward.

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin

    <td colspan="4"

    That's the problem. DataTables does not support colspan or rowspan in the tbody. Sorry.

    Allan

  • anumita.banerjeeanumita.banerjee Posts: 1Questions: 0Answers: 0

    Please Help to use colspan in tbody. I mean there must be a way to group column in one when using datatable.Please help

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin

    Sorry - there is no option to use colspan in the tbody, as I noted above.

    Allan

This discussion has been closed.