If Im reading the correct correctly, you can provide on your Table class
in the Meta, a cell_class.
So you could create your custom Cell class that inherits from the normal
Cell class (from horizon.tables.base import Cell), and based on the
data, change the css before rendering?
On 04/14/2016 10:44 AM, 严超 wrote:
Hi, Everyone:
Is there a possible way to set CSS style for*each cell* in
*DataTable* according to the value of the cell ? For example, if the
cell value is *'available' *then the css should display a *green icon*
as well, else if the cell value is *'error'* the the css should display
a *red icon*.
What I found is horizon.tables*.*Columnoption:
classes<http://docs.openstack.org/developer/horizon/ref/tables.html#horizon.tables.Column.classes>
An iterable of CSS classes which should be added to this
column. Example: classes=('foo', 'bar').
But this sets all the column cell style.
Is there a possible way to set CSS style for* each cell respectively?*
I'm very grateful for answering.
/*Best Regards!*/
/*Chao Yan*
**--------------
About me : http://about.me/chao_yan/
//My twitter: @yanchao727 <https://twitter.com/yanchao727>
/////My Weibo: http://weibo.com/herewearenow
////--------------/*/
/*
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev