MCPcopy Create free account
hub / github.com/blockstrap/framework / _fnProcessingDisplay

Function _fnProcessingDisplay

blockstrap/js/dependencies/tables.js:3394–3401  ·  view source on GitHub ↗

* Display or hide the processing indicator * @param {object} settings dataTables settings object * @param {bool} show Show the processing indicator (true) or not (false) * @memberof DataTable#oApi

( settings, show )

Source from the content-addressed store, hash-verified

3392 * @memberof DataTable#oApi
3393 */
3394 function _fnProcessingDisplay ( settings, show )
3395 {
3396 if ( settings.oFeatures.bProcessing ) {
3397 $(settings.aanFeatures.r).css( 'display', show ? 'block' : 'none' );
3398 }
3399
3400 _fnCallbackFire( settings, null, 'processing', [settings, show] );
3401 }
3402
3403 /**
3404 * Add any control elements for the table - specifically scrolling

Callers 7

_fnDrawFunction · 0.85
_fnBuildAjaxFunction · 0.85
_fnAjaxUpdateFunction · 0.85
_fnAjaxUpdateDrawFunction · 0.85
_fnInitialiseFunction · 0.85
_fnSortAttachListenerFunction · 0.85
__reloadFunction · 0.85

Calls 1

_fnCallbackFireFunction · 0.85

Tested by

no test coverage detected