responsive.recalc() Isssue.

responsive.recalc() Isssue.

ythoumaythouma Posts: 1Questions: 1Answers: 0
edited May 2015 in Free community support

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.