Server Side Processing - last query superseded by larger dataset from previous query

Server Side Processing - last query superseded by larger dataset from previous query

davegkridavegkri 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 ?

Answers

  • allanallan Posts: 63,530Questions: 1Answers: 10,473 Site admin

    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

This discussion has been closed.