That's a whole lot of nested tables you've got there. DataTables operates on a single HTML table element only. It can have nested tables, but they don't mean anything to DataTables itself.
I would suggest typing to create your layout with a single table and keep in mind that DataTables does not support colspan or rowspan in the tbody.
Replies
I would suggest typing to create your layout with a single table and keep in mind that DataTables does not support colspan or rowspan in the tbody.
Allan