omusico / zfdatagrid

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

Hide an extra column #765

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.$grid1->updateColumn('MyExtraColumn', array('hidden'=>1)); //don't hide

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

Please insert the appropriate values;
                    Zend Framework version:1.10.11
ZFDatgrid Version (Bvb_Grid::getVersion()):7.1
                          Operating system:Linux
                               PHP Version:5.3
Database Server and version:
Source Adatapter:

Please provide any additional information below.
I would like to hide an extra row because I would like to use
the same grid in different parts of my program. 

Original issue reported on code.google.com by italo.al...@gmail.com on 25 Sep 2011 at 11:30

GoogleCodeExporter commented 9 years ago
Hi,

At this momento hiding an extra column is not possible.

You could and conditions to check if it's need. You could also use different 
config files.

Best Regards,
Bento Vilas Boas

Original comment by bento.vi...@gmail.com on 30 Sep 2011 at 5:51