Package ZenWidgets :: Module ZenTableManager
[hide private]
[frames] | no frames]

Module ZenTableManager

source code

Classes [hide private]
  TableStateNotFound
  ZenTableManager
ZenTableManager manages display of tabular data
Functions [hide private]
 
manage_addZenTableManager(context, id="", REQUEST=None)
make a CVDeviceLoader
source code
Variables [hide private]
  __doc__ = """ZenTableMana...
  __revision__ = "$Revision: 1.4 $" [11:-2]
Variables Details [hide private]

__doc__

Value:
"""ZenTableManager

ZenTableManager is a Zope Product that helps manage and display
large sets of tabular data.  It allows for column sorting,
break down of the set into pages, and filtering of elements
in the table.  It also allows users to store their own default
page size (but publishes a hook to get this values from 
a different location).
...