Searched refs:decimalPlace (Results 1 – 1 of 1) sorted by relevance
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.js | 15047 var __numericReplace = function ( d, decimalPlace, re1, re2 ) { argument 15061 if ( decimalPlace ) { 15062 d = _numToDecimal( d, decimalPlace ); 15082 function _addNumericSort ( decimalPlace ) { argument 15087 return __numericReplace( d, decimalPlace ); 15092 return __numericReplace( d, decimalPlace, _re_formatted_numeric ); 15097 return __numericReplace( d, decimalPlace, _re_html ); 15102 return __numericReplace( d, decimalPlace, _re_html, _re_formatted_numeric ); 15107 _ext.type.order[ key+decimalPlace+'-pre' ] = fn; 15111 _ext.type.search[ key+decimalPlace ] = _ext.type.search.html;
|