Searched refs:oCol (Results 1 – 1 of 1) sorted by relevance
2526 var oCol = { class in $.fn.dataTable._fnAddColumn2622 oCol.fnGetData = _fnGetObjectDataFn( oCol.mDataProp );2623 oCol.fnSetData = _fnSetObjectDataFn( oCol.mDataProp );2628 oCol.bSortable = false;2632 if ( !oCol.bSortable ||2668 var oCol;2693 if ( typeof oCol.fnRender == 'function' && oCol.bUseRendered && oCol.mDataProp !== null )2704 if ( oCol._bAutoType && oCol.sType != 'string' )2715 else if ( oCol.sType != sThisType && oCol.sType != "html" )2772 if ( typeof oCol.fnRender == 'function' && (!oCol.bUseRendered || oCol.mDataProp === null) )[all …]