Ajax load not working.
Ajax load not working.
phpMick
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
This discussion has been closed.
Replies
T?his thread will explain the
?_=1538482957915
.https://datatables.net/forums/discussion/comment/139437/#Comment_139437
Kevin