META-INF.resources.datatables.sorting.chinese-string.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,{"chinese-string-asc":function(s1,s2){return s1.localeCompare(s2)},"chinese-string-desc":function(s1,s2){return s2.localeCompare(s1)}});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy