META-INF.resources.datatables.sorting.turkish-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,{"turkish-pre":function(a){var special_letters={"İ":"ib",I:"ia","Ş":"sa","Ğ":"ga","Ü":"ua","Ö":"oa","Ç":"ca",i:"ia","ı":"ia","ş":"sa","ğ":"ga","ü":"ua","ö":"oa","ç":"ca"};for(var val in special_letters)a=a.split(val).join(special_letters[val]).toLowerCase();return a},"turkish-asc":function(a,b){return ab?1:0},"turkish-desc":function(a,b){return ab?-1:0}});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy