responsive.recalc() Isssue.
responsive.recalc() Isssue.
ythouma
Posts: 1Questions: 1Answers: 0
Hi,
I'm 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.
Any Idea ?
This discussion has been closed.