Create datatables in a very easy way! The script contains 3 PHP classes that do all the job for you, from creating the datasource until showing the datatable.
A great level of abstraction is provided, so it's very easy to extend or modify.
Features:
- Clean, documented and fully OOP code
- Totally theme independent
- Create your own theme (just one CSS file) instantly
- Secured against SQL injections
- Automatic pagination
- Automatic sorting
- Build custom filters
- Add and remove columns independently from the database structure
- Customize the rows of the table in runtime
- Event handlers for the most important events (reload, redraw, click, double click, hover, etc.)
If you have questions, please ask, we are here to help you!