[Datatables-1.9.4] Is it possible to make datatable synchronic when loading data?
[Datatables-1.9.4] Is it possible to make datatable synchronic when loading data?
Hello.
On my page I use two datatables, one for "Entries you can select", and other to display already selected entries, so when somebody selects something, it will disappear from one table and will show in the other.
Since Datatables use asynchronous requests to retrieve data, if users click fast enough multiple request will be send before table ends refreshing. So question is - is there any way to make refreshing synchronic, so that user would be unable to press any buttons while table is refreshing data?
Thanks in advance.
Answers
A couple of options off the top of my head:
Allan
Sorry for my late response, and thanks for the reply, I will test what You posted in the near future, I think it should work.