addColumn('no', 'no'); $this->addColumn('date', 'added', ['title' => 'Upload date', 'orderBy' => 'added']); $this->addColumn('file', 'title', ['title' => 'Name', 'orderBy' => 'title', 'params' => ['file' => 'file']]); $this->addColumn('file-options', 'file', ['title' => 'Options']); return $this; } }