DataGridField 0.3 (Feb 18, 2006)

Major feature enhancements

For additional information about this project, please visit the overview page .

Available downloads

DataGridField 0.3 product tarball

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.2, Plone 2.1.1
State Final release
License GPL
Release Manager Mikko Ohtamaa

DataGridField reworked by Mikko Ohtamaa.

Feature enhancements in this release

The following features are associated with this release:

Add support for select-inputs
the datagrid currently only supports text-input fields. Having the option of some of the columns being selects where you pick an option would be very useful. the data could still be stored as a string

Change log

  • Different column type support (SelectColumn/Column)
  • Searchable table data
  • Fixed bug: DataGridField lost its value when form validation failed
  • UI enhancement: DataGridWidget uses 100% of available width and this width is divided equally among columns
  • UI enhancement: Different font for column names: doesn't mess up the overall looks of Plone forms
  • UI enhancement: Hoover effect for the row delete button
  • UI enhancement: Proper tab key handling
  • Reordering and renaming some files
  • Some more unit testing