Hi,
i'm using datatables with ajax server side processing. Behind this i have several events which example adjust column width size on click event (maximalize/minimize datatables results) and etc..
The problem is everytime when i call table.columns.adjust().draw(false) the ajax request goes to server site which is not neccessary. I don't need to call ajax again when adjusting column size. Is it possible to turn this of (not send request to server)? if yes how?
Thanks,
Tomas