Skip to content

Class for generating server-rendered responsive HTML tables with sort, search, export/download, and paging functionality.

License

Notifications You must be signed in to change notification settings

jthistlethwaite/fastTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastTable

Class for generating server-rendered responsive HTML tables with sort, search, export/download, and paging functionality.

This project requires the jQuery Tablesorter 2.0 fork created by Mottie, which can be found here: https://mottie.github.io/tablesorter/docs/

Example Usage:

$ft = new FastTable\FastTable;
$ft->loadData(<mysql assoc query result>);
echo $ft->getTable();
echo $ft->generateJavaScript();

The above will generate a responsive HTML table with column sort, paging, filter-by-column, and "download as spreadsheet" functionality.

About

Class for generating server-rendered responsive HTML tables with sort, search, export/download, and paging functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages