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

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

The newest version!
jQuery.extend(jQuery.fn.dataTableExt.oSort,{"numeric-comma-pre":function(a){var x=a=="-"?0:a.replace(/,/,".");return parseFloat(x)},"numeric-comma-asc":function(a,b){return ab?1:0},"numeric-comma-desc":function(a,b){return ab?-1:0}});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy