The rows.load() method loads resource data directly from the specified URL using an AJAX call.
The HTTP method (GET/POST) is specified using rowsLoadMethod property.
DayPilot.Scheduler.rows.load(url[, success[, error]]);
dp.rows.load("/api/resources", function(args) { dp.message("Resources loaded"); });