addColumn('no', 'no'); $this->addColumn('text', 'title', ['orderBy' => 'title']); $this->addColumn('options', 'options'); return $this; } }