madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Column resizing #904

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Trying to alter column widths 
2.Tried $grid->updateColumn('ID',array('title'=>"ID #", 'class'=>'class_100p'));
within site.css 
.class class_100p{
    width:100px;
}
3.and tried $grid->updateColumn('ID',array('style'=>'100px'));

What is the expected output? What do you see instead?
Change in column size. No change.

Please insert the appropriate values;
                    Zend Framework version:1.12
ZFDatgrid Version (Bvb_Grid::getVersion()):0.8
                          Operating system:Ubuntu Mint
                               PHP Version:5.5.9
               Database Server and version:apache2
                          Source Adatapter:mysql

Please provide any additional information below.

Original issue reported on code.google.com by tshimang...@gmail.com on 19 May 2015 at 2:28