DataTable column with nested table render empty
DataTable column with nested table render empty

I have a table with 2 columns, a title and a description. The description column contains a normal html non-datatables table used for layout purposes. When I run datatables with this 2 column table, the result is that everything in the description column table gets deleted, all that is left is an empty table, tbody, and tr. Is there a way to prevent datatables from parsing nested tables?
This discussion has been closed.