Copy the contents of zip file into directory on your web server. Create a database in MySQL and run 'schedulr.sql' in it to create the required tables. Edit 'config.php' and update it with your MySQL ...
DatabaseGrid.prototype.fetchGrid = function() { // call a PHP script to get the data this.editableGrid.loadJSON("loaddata.php?db_tablename=demo"); }; In the constructor, define the pageSize and call ...