getClientOptions() protected method

Returns the options for the grid view JS widget.
protected getClientOptions ( ) : array
return array the options
コード例 #1
0
ファイル: GridView.php プロジェクト: netis-pl/yii2-crud
 protected function getClientOptions()
 {
     return array_merge($this->clientOptions, parent::getClientOptions());
 }