META-INF.resources.datatables.sorting.formatted-numbers.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-data-tables Show documentation
Show all versions of jwebmp-data-tables Show documentation
The JWebSwing implementation for Data Tables
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