This is a basic datatable template, serverside type, that can be readily used and/or attached to your application with very few tinkering. It can also be used as a base for a more complex datatable application.
Steps to install.
- Import - dttable.sql - included in this repo. You can use PHPMyadmin to do this task.
- Open data.php, and modify the database connection details at line 4.
- First phase is done. Open in browser - datatable.php - to view the table of records.
- This is the last phase. To Modify to use for your own, there are comments inside the files that points which lines to modify.
Enjoy!