ZfTable 3.1 See on live (new site)
Version 3.1 Created by Piotr Duda
Awesome table/grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
If you want to help develop this module please don't hesitate. Thanks for cooperation:
- alejandro-fiore (https://github.com/alejandro-fiore)
- julillosamaral (https://github.com/julillosamaral)
- drchav (https://github.com/drchav) (DataTable 1.10 Changes)
- Zend Framework 2 (latest master)
- Flexible generating table
- Decoratoring headers, rows and cell
- Conditional decorating (Greater, Lesser, Equal, NotEqual, Between)
- Simply Integration with DataTables (last integrity 1.10)
- Pagination, QuickSearch, Sorting and Items per page
- Default Bootstrap layout - support for Bootstrap 3.0 and 2.2.2
- Simple customization (show in example - we can change table view to any view eq list of articles with all features like pagination, quicksearch, sorint and item per page)
- Editable decorator -> the ability to edit data from the table level
- Filtering for each column
- Row decorator for separeting row by ordering column (dividing the same data)
- Exporter data to CVS
- Callable decorator
- Doctrine 2 Adapter (Source)
- Array Adaper (Source)
- JavaScript Events (Callable Events)
- Possibility to send additional params
- Asset manager functionality (https://github.com/RWOverdijk/AssetManager)
- Asset manager functionality (https://github.com/RWOverdijk/AssetManager)
- Callable decorator
- Doctrine 2 Adapter (Source)
- Array Adaper (Source)
- JavaScript Events (Callable Events)
- Possibility to send additional params
- Editable decorator -> the ability to edit data from the table level
- Filtering for each column
- Row decorator for separeting row by ordering column (dividing the same data)
- New conditions
- Exporter data to CVS
- Support for Bootstrap 3.0
- MongoDB adapter
- Export only selected data
- Add dynamicly (by ajax) new row
- More decorators and conditions
- Adapter for JGrid
- Exporter (PDFV)
Installation description has been moved to wiki https://github.com/dudapiotr/ZfTable/wiki/Installation-and-Configuration
Examples See on live
In Example directory there is a couple of examples how use decorators and generate table. After added js and css file to your layout view, in controller there are a table calls(based on datas from ZF2 tutorial - album ).