Cannot set property '_DT_CellIndex' of undefined
Cannot set property '_DT_CellIndex' of undefined

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.
This discussion has been closed.
Answers
That's the problem. DataTables does not support
colspan
orrowspan
in thetbody
. Sorry.Allan
Please Help to use colspan in tbody. I mean there must be a way to group column in one when using datatable.Please help
Sorry - there is no option to use colspan in the tbody, as I noted above.
Allan