-
Notifications
You must be signed in to change notification settings - Fork 817
Home
Oli Folkerd edited this page Apr 30, 2016
·
15 revisions
An easy to use table generation JQuery UI Plugin
Tabulator allows you to create a table with in seconds from any JSON formatted data.
It is not dependant on any external css or images, simply include the library in your JQuery UI project and you're away!
Tabulator is packed with useful features including:
- JSON, array or AJAX data loading
- Pagination
- Column sorting
- Editable cells
- Adding/Deleting rows
- Movable Rows and Columns
- Persistant Column Layouts (cookie storage of user layout changes)
- Custom data formatting
- Sortable Columns
- Grouping Rows
- Data filtering
- Resizable columns
- Auto scaling to fit data/element
- Many theming options
- Custom click and context Events
- Callbacks at every stage of data processing and rendering
###Setup For a quick guide on how to setup Tabulator, have a look the Setup Page.
###Live Demo A live demo of tabulator in action can be found here.
###Examples A selection of demo tables can be found in the examples.html file.