addColumn('no', 'no', array('orderBy' => 'sorter')); $this->addColumn('text', 'title', array('orderBy' => 'title')); $this->addColumn('image', 'image'); $this->addColumn('link_enum', 'enabled', array('title' => 'Show', 'orderBy' => 'enabled')); $this->addColumn('options', 'options'); return $this; } }