Stopping ColVis from sending a server-side request when hiding/showing a column
Stopping ColVis from sending a server-side request when hiding/showing a column
w09x
Posts: 2Questions: 0Answers: 0
Hey,
Anyway to stop ColVis from sending a server side request when hiding or showing a column? For my situation it makes no sense to send the request and the request takes a fair amount of time so it can really mess some stuff up in doing so.
I came across this from allen but for the life of me can't seem to get it to work.
[code]
$.fn.dataTableExt.oApi.fnDrawFunctions = function ( oSettings )
{
for ( var i=0, iLen=oSettings.aoDrawCallback.length ; i
Anyway to stop ColVis from sending a server side request when hiding or showing a column? For my situation it makes no sense to send the request and the request takes a fair amount of time so it can really mess some stuff up in doing so.
I came across this from allen but for the life of me can't seem to get it to work.
[code]
$.fn.dataTableExt.oApi.fnDrawFunctions = function ( oSettings )
{
for ( var i=0, iLen=oSettings.aoDrawCallback.length ; i
This discussion has been closed.
Replies