:mod:`webhelpers.html.grid`
================================================


.. automodule:: webhelpers.html.grid

.. currentmodule:: webhelpers.html.grid


A demo is available. Run the following command to produce some HTML tables:

.. code-block:: sh

   python -m webhelpers.html.grid_demo OUTPUT_DIR

A subclass specialized for Pylons is in ``webhelpers.pylonslib.grid``.


:class:`Grid` class
-------------------

.. autoclass:: Grid
   :members:

.. autoclass:: ObjectGrid
   :members:
