AshishJoshi-asj / zfdatagrid

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

A mean to unactivate filtering or order sorting for a column #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Is there a mean to update a column with unactivating its filter or its
order sorting (without having to specify all activated filters through a
FilterColumn) ?

What version of the product are you using? On what operating system?
v6 alpha, under Linux Fedora

Original issue reported on code.google.com by tribal...@gmail.com on 15 Feb 2010 at 4:09

GoogleCodeExporter commented 9 years ago
Hi,

Yes.

Use the following options;

$grid->updateColumn('field',array('order'=>false,'search'=>false));// To disable
filtering and order

But update first to the Revision 605

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 15 Feb 2010 at 5:14

GoogleCodeExporter commented 9 years ago

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