Вход Регистрация
Файл: Main Website Files/assets/bower_components/datatables-plugins/sorting/scientific.js
Строк: 38
<?php
/**
 * This plug-in will treat numbers which are in scientific notation (for
 * example `1E-10`, `1.2E6` etc) and sort them numerically.
 *
 *  @name Scientific notation sorting
 *  @summary Sort data which is written in exponential notation.
 *  @author [Nick Schurch](http://datatables.net/forums/profile/21757/nickschurch)
 *
 *  @example
 *    $('#example').dataTable( {
 *       columnDefs: [
 *         { type: 'scientific', targets: 0 }
 *       ]
 *    } );
 */

jQuery.extendjQuery.fn.dataTableExt.oSort, {
    
"scientific-pre": function ( ) {
        return 
parseFloat(a);
    },

    
"scientific-asc": function ( a) {
        return ((
b) ? -: ((b) ? 0));
    },

    
"scientific-desc": function ( a) {
        return ((
b) ? : ((b) ? -0));
    }
} );
?>
Онлайн: 2
Реклама