Datatables Turkish Charachter Problem on Search Filter
Datatables Turkish Charachter Problem on Search Filter
yildirimerdemli
Posts: 2Questions: 1Answers: 0
Hello, this is what I did when I faced this problem. The solution is pretty simple editing and no plugin is needed.
Open the jquery.dataTables.min.js file. Search for the myDataTablesSearchBox class. It just goes in one place. Delete the definition below.
oninput="this.value = this.value.toUpperCase()"
Call jquery.dataTables.min.js?v=1 so that jquery.dataTables.min.js does not come from the cache.
You will find what you are looking for as there will be no uppercase anymore.
Answers
I hope it will work for you.