Datatable accepts more than one request at a time?

Datatable accepts more than one request at a time?

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

b.png 117.9K

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    no

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    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.

This discussion has been closed.