addColumn('no', 'no'); $this->addColumn('text', 'title', ['orderBy' => 'title', 'title' => 'Title']); $this->addColumn('block_content', 'content'); $this->addColumn('page_list', 'pageList', ['title' => 'Show on pages']); $this->addColumn('link_enum', 'show', ['title' => 'Show', 'orderBy' => 'show']); $this->addColumn('options', 'options'); return $this; } }