datatable version 1.10.6 does not support destroy and column adjust.
datatable version 1.10.6 does not support destroy and column adjust.

Hi Allan,
Can you please tell me why datatable version 1.10.6 does not support destroy and column adjust?
====[code]====
$('id').Datatable().destroy();
$('id').Datatable().columns.adjust().draw();
====[code]====
Any help would be appreciated.
Thanks in advance.
Pankaj Sharma
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Hi @P4nk4j Sh4rm4 ,
Works for me - see here.
Try with:
Cheers,
Colin
Works with 1.10.6 as well as 1.10.16 which Colin used: http://live.datatables.net/pejepele/1/edit . I'd suggest you update to the latest version btw!
Allan
Thank you much
Cheers