abort previous Ajax call?

abort previous Ajax call?

rajibhasanrajibhasan Posts: 1Questions: 0Answers: 0
edited June 2011 in DataTables 1.8
Hi,
for getting the filtered data when i am entering characters in the search box then every character i have entered in the box an ajax request is called.i want to abort the previous ajax call go for the latest one.
can some one please help me how can i do that?
and is it possible to start the ajax call after a fixed number of characters are entered int he search box?
thanks

Replies

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Have a look at this plug-in: http://datatables.net/plug-ins/api#fnSetFilteringDelay

    Allan
This discussion has been closed.