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

Function attrTest

external/.datatables.js:1970–1972  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

1968 oCol._render = oCol.mRender ? _fnGetObjectDataFn(oCol.mRender) : null
1969
1970 var attrTest = function (src) {
1971 return typeof src === "string" && src.indexOf("@") !== -1
1972 }
1973 oCol._bAttrSrc = $.isPlainObject(mDataSrc) && (attrTest(mDataSrc.sort) || attrTest(mDataSrc.type) || attrTest(mDataSrc.filter))
1974 oCol._setter = null
1975

Callers 1

_fnColumnOptionsFunction · 0.85

Calls 1

indexOfMethod · 0.80

Tested by

no test coverage detected