addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('text', 'title', ['orderBy' => 'title', 'truncateLength' => 150]); $url = \Qs_SiteMap::findFirst(null, ['type' => 'Blog\\Admin\\'], null, 'url'); $this->addColumn('posts', 'posts', ['title' => 'Posts', 'orderBy' => 'postsCount', 'postsUrl' => $url]); $this->addColumn('link_enum', 'enabled', ['title' => 'Show', 'orderBy' => 'enabled']); $this->addColumn('options', 'options'); return $this; } }