Why does a DataTable (dynamic loading) with a proxy base on async function sometimes send a double request?
If the function is synchronous, there is no problem.
The same situation occurs when we use the load function instead of a proxy:
url: function(parama){...}
Have fun
… scroll first DataTable(async fn), you will see red message (double request)
… scroll second DataTable(sync fn) - ok