Skip to content

kevinthant/datatable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datatable

A simple PHP implementation of DataTable (JavaScript library) protocol for returning server-side data. Please see the example in index.html and data.php files.

To use this library in your project, simply create a data provider class that implements Thant\DataTable\IDataProvider interface and use its instance in conjunction with Thant\DataTable\Handler class. Example implementation of interface IDataProvider can be found in Thant\DataTable\DataProvider\ArrayList class.

About

PHP Server-Side API for providing ajax data to DataTable javascript library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors