ColVis making unnecessary AJAX requests
ColVis making unnecessary AJAX requests
krojew
Posts: 30Questions: 0Answers: 0
Hi,
When using ColVis with server-side processing, every show/hide toggle makes a request to the server with the same parameters instead of just hiding/showing a column.
When using ColVis with server-side processing, every show/hide toggle makes a request to the server with the same parameters instead of just hiding/showing a column.
This discussion has been closed.
Replies
Allan
[code]
$.fn.dataTableExt.oApi.fnDrawFunctions = function ( oSettings )
{
for ( var i=0, iLen=oSettings.aoDrawCallback.length ; i