tuskar-ui/horizon/tables
Ke Wu 6ba1a4d395 Makes data table accept mixed data types
This is the first step of making the resource browser, related to
blueprint swift-ui-improvements.

Adds three attrs to DataTableOptions:
.. attribute:: mixed_data_type

.. attribute:: data_types

.. attribute:: data_type_name

Adds attr to Column class:
.. attribute:: allowed_data_types

Adds attr to Action and LinkAction class:
.. attribute:: allowed_data_types

Changes implentation of FilterAction.
Adds MixedDataTableView.

Change-Id: I45fce5e889e92abc592f0a5abfef1abb4ce527be
2012-07-24 12:03:56 -07:00
..
__init__.py Makes data table accept mixed data types 2012-07-24 12:03:56 -07:00
actions.py Makes data table accept mixed data types 2012-07-24 12:03:56 -07:00
base.py Makes data table accept mixed data types 2012-07-24 12:03:56 -07:00
views.py Makes data table accept mixed data types 2012-07-24 12:03:56 -07:00