Products.DataGridField (1.8)
- Products.DataGridField download link: http://plone.org/products/datagridfield/releases
- Homepage of Products.DataGridField: http://plone.org/products/datagridfield/
- Products.DataGridField repository: https://svn.plone.org/svn/archetypes/Products.DataGridField/trunk/
- Description source: https://svn.plone.org/svn/archetypes/Products.DataGridField/trunk/Products/DataGridField/README.txt
A table input component for Plone. Uses Javascript to make entering tabular data more user friendly process - there are no round trip HTTP requests to the server when inserting or deleting rows.
Features
- Any number of columns set by a developer
- Any number of rows filled by a user
- Insert and deleting rows without submitting a form
- Many different column types
Requirements
- Plone 4 (for Plone 3, use the latest release in the 1.7 branch or 1.6 branch, for Plone 2.5, use the latest release in the 1.6 branch)
- A browser with Javascript support. There isn't yet graceful degradation for browsers without Javascript.
Installation
This version of DataGridField is distributed as an egg at the Python Package index. Information about configuring either for a zope instance house a Plone site can be found by reading the Installing an Add-on Product tutorial and the "Installing a third party product" section of the Managing Project with zc.buildout tutorial.
Once you've succesfully done this, you can use the Add/Remove Products screen to install the DataGridField into your site. See below for information about experimenting with the demo types.