How to change the ajax url of datatable at runtime
How to change the ajax url of datatable at runtime
fdlSafa
Posts: 1Questions: 1Answers: 0
in DataTables
Itried this but it didn't work : shippingListDataTable.ajax.url(url).load();
Answers
What happens?
Do you get errors in the browser's console?
Does the browser's network inspector show the XHR request? If so what is the response?
Kevin