zfdatagrid / grid

A DataGrid library for Zend Framework
BSD 3-Clause "New" or "Revised" License
10 stars 16 forks source link

$grid->addClassCellCondition('Field1',"'{{Field1}}' = 'Value'","mystyleClass"); don work #883

Closed imonteiro closed 11 years ago

imonteiro commented 11 years ago

Original author: lenny...@gmail.com (April 07, 2011 20:55:38)

In Precurio CMS (ZF 1.9, Bvb 0.6) I am using ZFDataGrid ok, but the above instrucction don't work. I have a style class in ..\library\bvb\styles\styles.css .mystyleclass { background-color: red !important; } but the background color stay the same.

Please insert the appropriate values; Zend Framework version: 1.9 ZFDatgrid Version (Bvb_Grid::getVersion()): 0.6 Operating system: XP prof SP2 PHP Version: 5.3 Database Server and version: MySQL 5.1 Source Adatapter: mysql

Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=637

imonteiro commented 11 years ago

From bento.vi...@gmail.com on April 07, 2011 21:02:59 Hi,

Do you see the class inline with your HTML code?

Best Regards, Bento Vilas Boas