Datatables AJAX requests

Datatables AJAX requests

jgessingerjgessinger Posts: 38Questions: 6Answers: 0

Hello again Allan,

if I have i.e. a custom button with an action that ends with a dt.draw() call and I then click the button multiple times, there is triggered one ajax request per click (server-side processing). But I am just wondering why you dont kill the old request when a new one is started. When I click the button 10 times, I have to wait really long till all requests are completed (I have a big table) and my table gets unlocked of the processor container again. Is there a reason why you cant kill old requests or could you add this feature to a future release?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin
    Answer ✓

    could you add this feature to a future release?

    This. It is a "missing feature" at the moment (its almost a bug, but not quite :-) ). I hope to add it in future.

    Thanks for bringing it up!

    Allan

This discussion has been closed.