addColumn('no', 'no'); $this->addColumn('image', 'image', array('title' => 'Logo Image')); $this->addColumn('text', 'title', array('title' => 'Title', 'orderBy' => 'title')); $this->addColumn('text', 'url', array('title' => 'Url')); $this->addColumn('link_enum', 'show', array('orderBy' => 'show')); $this->addColumn('options', 'options'); return $this; } }