addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('text', 'title', ['orderBy' => 'title']); $this->addColumn('link_enum', 'enabled', ['title' => 'Show', 'orderBy' => 'enabled']); $this->addColumn('options', 'options', ['actions' => [ 'view' => [ 'formattedLink' => Qs_SiteMap::findFirstLocal([], ['type' => 'Training\\'], [], 'url') . '/{testId}/{id}', ], 'edit' => [], 'delete' => [], ]]); return parent::_initColumns(); } }