addColumn('no', 'no'); $this->addColumn('text', 'year', ['orderBy' => 'year']); $this->addColumn('file', 'title', [ 'orderBy' => 'title', 'params' => [ 'name' => 'file', 'title' => 'title', ], ]); $this->addColumn('options', 'options'); return $this; } }