Having issue with loading data from a remote source (MYSQL database table) into Tabulator using Ajax. Tabulator provides the Ajax module with the ajaxURL option:
var table = new Tabulator("#example-table", {
ajaxURL:"http://www.getmydata.com/now", //ajax URL
});
My use of jquery, Ajax and Json is limited. Using a reference to a local network MySQL table is not working: ajaxURL:"C:wamp64/www/TrainingSystem/personnel is not working. What is my error? Thanks for the help.