Ajax load not working.

Ajax load not working.

phpMickphpMick Posts: 17Questions: 5Answers: 1

Does anyone have an idea what is going on here:

 let dataTable = $('#users').DataTable();

dataTable.ajax.url('test');
dataTable.load();

When I debug, the URL being used is : /test?_=1538482957915

Where does the ?_=1538482957915 come from?

Thanks,

Mick

Replies

This discussion has been closed.