addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('image', 'image', ['title' => 'Logo Image']); $this->addColumn('text', 'title', ['title' => 'Title', 'orderBy' => 'title']); $this->addColumn('text', 'groupTitle', ['title' => 'Group', 'orderBy' => 'groupTitle', 'defaultText' => '-']); $this->addColumn('url', 'url', ['title' => 'Url']); $this->addColumn('link_enum', 'showOnHomepage', ['orderBy' => 'Show on Homepage']); $this->addColumn('link_enum', 'showOnSponsors', ['orderBy' => 'Show on Sponsors']); $this->addColumn('options', 'options'); return $this; } }