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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy