AshishJoshi-asj / zfdatagrid

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

Style not working for Fields #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add Column to the Grid 
2. set Style option 
  $grid->updateColumn('id', array('style' => 'width:25px;'));

3.

What is the expected output? What do you see instead?

Expect Column 25 pixels wide.
I see all columns equally distributed and of the same size. (if not set the
Class option)

What version of the product are you using? On what operating system?
0.6alpha

Please provide any additional information below.
It would be nice to be able to set style (not just width) for Columns
directly, and not to define the class for every occasion.

Original issue reported on code.google.com by vlatko.b...@gmail.com on 10 Feb 2010 at 6:53

GoogleCodeExporter commented 9 years ago
Hi,

Implemented.

Update to the latest revision

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 10 Feb 2010 at 7:06

GoogleCodeExporter commented 9 years ago
Hi, works well. :-)

Original comment by vlatko.b...@gmail.com on 10 Feb 2010 at 7:27

GoogleCodeExporter commented 9 years ago
Verified

Original comment by vlatko.b...@gmail.com on 16 Feb 2010 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 3 Mar 2010 at 4:56