AshishJoshi-asj / zfdatagrid

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

[v5.1] HIDE column parameter does note have waited behaviour #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $this->_grid->from('one_table');

What is the expected output? What do you see instead?
3 tests :
1 $this->_grid->addColumn('one_field', array ('title' =>
'one_field_name'));         // display column (waited behaviour)
2 $this->_grid->addColumn('one_field', array ('title' => 'one_field_name',
'hide' => 1)); // DOES NOT display column (waited behaviour)
3 $this->_grid->addColumn('one_field', array ('title' => 'one_field_name',
'hide' => 0)); // DOES NOT display column (NOT waited behaviour)

What version of the product are you using? On what operating system?
Bvb_Grid v5.1 with Firefox under Linux Fedora

Please provide any additional information below.
I just used these two lines, nt other column or anything else

Original issue reported on code.google.com by tribal...@gmail.com on 10 Feb 2010 at 5:45

GoogleCodeExporter commented 9 years ago
Hi tribalmco,

This is already fixed in the latest revision.

Will be available in version 0.6

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 10 Feb 2010 at 6:02

GoogleCodeExporter commented 9 years ago

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