Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82259

Processing Indicator

$
0
0
Hi. Thanks again for your work!

When loading data into a table from the database (7 seconds) from the server, I need an animated progress indicator.

Created a script "fnProcessingIndicator.js":
jQuery.fn.dataTableExt.oApi.fnProcessingIndicator = function (oSettings, onoff)
{
     if (typeof (onoff) == 'undefined')
     {
         onoff = true;
     }
     this.oApi._fnProcessingDisplay (oSettings, onoff);
};


Please help me where to put the line
oTable.fnProcessingIndicator ();
?!

Viewing all articles
Browse latest Browse all 82259

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>