addColumn('no', 'no'); $this->addColumn('image', 'image', ['title' => 'Logo Image']); $this->addColumn('text', 'title', ['title' => 'Title', 'orderBy' => 'title']); $this->addColumn('text', 'url', ['title' => 'Url']); $this->addColumn('link_enum', 'show', ['orderBy' => 'show']); $this->addColumn('options', 'options'); return $this; } }