All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.datatables.sorting.formatted-numbers.min.js Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
jQuery.extend(jQuery.fn.dataTableExt.oSort,{"formatted-num-pre":function(a){a=a==="-"||a===""?0:a.replace(/[^\d\-\.]/g,"");return parseFloat(a)},"formatted-num-asc":function(a,b){return a-b},"formatted-num-desc":function(a,b){return b-a}});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy