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

Function _fnGetDataMaster

external/.datatables.js:2630–2632  ·  view source on GitHub ↗

* Return an array with the full table data * @param {object} oSettings dataTables settings object * @returns array {array} aData Master data array * @memberof DataTable#oApi

(settings)

Source from the content-addressed store, hash-verified

2628 * @memberof DataTable#oApi
2629 */
2630 function _fnGetDataMaster(settings) {
2631 return _pluck(settings.aoData, "_aData")
2632 }
2633
2634 /**
2635 * Nuke the table

Callers 1

_fnDrawFunction · 0.85

Calls 1

_pluckFunction · 0.85

Tested by

no test coverage detected