disable autorefresh on column hide / show
disable autorefresh on column hide / show
Hi, I am using the function fnSetColumnVis() to show or hide columns on my grid.
I use a js function that hides or shows multiple columns at a time, so my function includes the call to fnSetColumnVis() multiple times.
The problem is that the ajax request to reload the data from the server side is fired multiple times, once for each time the fnSetColumnVis() function is called.
Is there a way to get the ajax call to fire only once, or to use fnSetColumnVis() without doing an ajax reload?
I use a js function that hides or shows multiple columns at a time, so my function includes the call to fnSetColumnVis() multiple times.
The problem is that the ajax request to reload the data from the server side is fired multiple times, once for each time the fnSetColumnVis() function is called.
Is there a way to get the ajax call to fire only once, or to use fnSetColumnVis() without doing an ajax reload?
This discussion has been closed.
Replies
http://datatables.net/forums/comments.php?DiscussionID=2814&page=1#Comment_13359
Is this option going to be included in the next release?
Thanks