pjax-table is a jQuery plugin that uses jquery-pjax to load server rendered tables and provides table controls for sorting, pagination, row selection, and more.
- pjax loading with push state
- sorting
- pagination
- search filtering
- row selection and manipulation
- plugin support
The documentation for pjax-table is available through github pages and is available in the docs folder.
// install node dependencies, most notably gulp and gulp plugins
npm install
// install client dependencies
bower install
// after making changes, bump and appropriate version
// see [gulp-bump](https://github.com/stevelacy/gulp-bump) for semver options
gulp bump-patch
// (default task) cleans and then builds standalone and distributable versions with the new version
gulp