addColumn('no', 'no', array('orderBy' => 'sorter')); $this->addColumn('text', 'title', array('orderBy' => 'title', 'truncateLength' => 150)); $this->addColumn('options', 'options'); return $this; } }