Datatable accepts more than one request at a time?
Datatable accepts more than one request at a time?
gabrielfalieri
Posts: 4Questions: 3Answers: 0
Good afternoon.
So, i have a problem.
I want my datatables to accept simultaneous requests. For example, two checkbox "checked" and send simultaneous request.
From what I can see, it sends one at a time
The question, is possible?
This discussion has been closed.
Answers
no
In the event driven world of client side programing you could trigger two events close or even one right after another but because of the async nature of the web, no matter what order they are triggered in, there is no guarantee in order of response, far from it.
I am curious how a user could click on two checkboxes at the same time.