removeColumn('customerName'); $this->addColumn( 'options', 'options', [ 'actions' => [ 'view' => [ 'formattedLink' => Qs_SiteMap::findFirst('', 'url') . '/view/%d', 'linkTitle' => 'View this ' . $this->getConfig('itemName'), ], ], ] ); return $this; } }