'arrow-adm', ]; public function init() { ProductsAsset::register($this->grid->view); parent::init(); } protected function renderHeaderCellContent() { return ''; } protected function renderDataCellContent($model, $key, $index) { return ''; } }