How to change the ajax url of datatable at runtime

How to change the ajax url of datatable at runtime

fdlSafafdlSafa Posts: 1Questions: 1Answers: 0

Itried this but it didn't work : shippingListDataTable.ajax.url(url).load();

Answers

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    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

Sign In or Register to comment.