E. K.
Results
1
issues of
E. K.
I am trying to use text filtering with ajax, entered in a text field. ` [...] dataSource: 'myScript.php', data: { 'filter' : $('#textfield').val() }, ajax: { 'method': 'GET', [...] }...
:thinking: Need Reproduce