addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('text', 'title', ['orderBy' => 'title']); $this->addColumn('text', 'symbol'); $this->addColumn('link_enum', 'enabled', ['title' => 'Show in Filter']); $this->addColumn('options', 'options'); return $this; } }