addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('image', 'icon', ['imageAttribs' => $this->getConfigArray('imageSize')]); $this->addColumn('text', 'title', ['orderBy' => 'title']); $this->addColumn('enum', 'type', ['values' => $this->getConfigArray('types'), 'orderBy' => 'type']); $this->addColumn('link_enum', 'enabled', ['orderBy' => 'enabled', 'title' => 'Show']); $this->addColumn('options', 'options'); return parent::_initColumns(); } }