Hello,
problem with input (in search) i to type word width accent in french
I would like intercept and modify the word in this inout and relaod the search
What you need to do is unbind the keyup event that DataTables puts on the default global input element and then bind your own keyup event listener. That function you bind will call fnFilter with your modified search value.
Replies
Allan
http://live.datatables.net/oxizoc/2/edit
I think is possible to intercept.
I will try the solution of koosvdkolk, and i will say you if it's a success
thank's for help
this input have no id ! it is directly put by datatable
[code]
recherche parmi les résultats :
[/code]
i can catch it by [code]$('#listPersonnes_filter" input').keydown( function(event) {[/code]
now it's ok, thanks