I am using v1.10.6, when I changed the display for a datatable Container, all rows become collapsed. I tried to use:
oTable.responsive.recalc();
and:
oTable.columns.adjust().responsive.recalc();
Also I tried:
$($.fn.dataTable.tables(true)).DataTable().responsive.recalc();
but it's removing the responsive functionality of the table.