Filtering is not providing results properly- server side Datatable
Filtering is not providing results properly- server side Datatable
I'm using server-side datatable and when I search for results in datatable at fast speed for ex. when I type "abc" 3 character one after another, this will call to server-side and will get response from server.
But it's not giving correct results as reponse is coming bit slow so its displaying all records for abc only for some time and then immdiately it's showing filtered results for "a".
Is there anyway to get response correctly when we type all character in sequence with fast speed although response is coming slow, it should give correct results when we filer for "abc".
Can anyone please provide me an inputs?
Thanks in advance.
But it's not giving correct results as reponse is coming bit slow so its displaying all records for abc only for some time and then immdiately it's showing filtered results for "a".
Is there anyway to get response correctly when we type all character in sequence with fast speed although response is coming slow, it should give correct results when we filer for "abc".
Can anyone please provide me an inputs?
Thanks in advance.
This discussion has been closed.
Replies
Allan