MCPcopy Create free account
hub / github.com/breck7/scroll / _fnProcessingDisplay

Function _fnProcessingDisplay

external/.datatables.js:4549–4556  ·  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)

(settings, show)

Source from the content-addressed store, hash-verified

4547 * @param {bool} show Show the processing indicator (true) or not (false)
4548 */
4549 function _fnProcessingDisplay(settings, show) {
4550 // Ignore cases when we are still redrawing
4551 if (settings.bDrawing && show === false) {
4552 return
4553 }
4554
4555 _fnCallbackFire(settings, null, "processing", [settings, show])
4556 }
4557
4558 /**
4559 * Show the processing element if an action takes longer than a given time

Callers 8

_fnDrawFunction · 0.85
_fnBuildAjaxFunction · 0.85
_fnAjaxUpdateFunction · 0.85
_fnAjaxUpdateDrawFunction · 0.85
_fnInitialiseFunction · 0.85
_fnProcessingRunFunction · 0.85
__reloadFunction · 0.85
.datatables.jsFile · 0.85

Calls 1

_fnCallbackFireFunction · 0.85

Tested by

no test coverage detected