addColumn('no', 'no'); $this->addColumn('text', 'name', array('orderBy' => 'name')); $this->addColumn('image', 'logo'); $this->addColumn( 'link_enum', 'enabled', array( 'orderBy' => 'enabled', 'title' => 'Show', 'values' => array('y' => 'Yes', 'n' => 'No') ) ); $this->addColumn('options', 'options'); return parent::_initColumns(); } }