How to install z3ext.table
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install z3ext.table
Lastest release
0.6.3 (2009-10-15)
- Add BoolColumn for displaying boolean values in human-friendly way.
0.6.2 (2009-10-06)
- Fixed gramma
0.6.1 (2009-08-17)
- Update styles
- Added ITableFooter
0.6.0 (2009-08-11)
- Allow use SessionBatch (table 'sessionBatch' attribute)
- Added table 'name' attribute
0.5.2 (2009-06-04)
- Update css styles
- Do not use z3c.autoinclude
- Copyright changed to 'Zope Foundation and Contributors'
0.5.1 (2009-03-15)
- Update css styles
0.5.0 (2009-03-13)
- If table doesn't have ITableConfiguration, use table attributes
enabledColumns, disabledColumns, pageSize
- CSS Styles updated
0.4.0 (2009-03-11)
- Use z3ext.batching
- Fix css class name
0.3.0 (2008-12-22)
- Use new pagelet api
- Fix interface definition
0.2.0 (2008-11-24)
- Fixed python2.4 compatibility
- Update styles
0.1.0 (2008-11-12)
- Initial release