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