Server Side Processing - last query superseded by larger dataset from previous query
Server Side Processing - last query superseded by larger dataset from previous query
davegkri
Posts: 4Questions: 2Answers: 0
I will explain by example:
results for search string 456 has 100 results
results for search string 4567 has 16 results
Even though i typed in 4567 i see the results for search string 456 because it took longer to return from the backend databse. Is there a way to fix this ?
This discussion has been closed.
Answers
Are you returning the
draw
counter? That is the mechanism that DataTables uses to stop out of sync returns from causing issues like this.Allan