mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
Merge branch '9198-buttons-visible-in-action-column' of https://github.com/fornit1917/yii2 into fornit1917-9198-buttons-visible-in-action-column
This commit is contained in:
@@ -86,7 +86,7 @@ class ActionColumn extends Column
|
||||
*/
|
||||
public $buttons = [];
|
||||
/** @var array visibility conditions for each button. The array keys are the button names (without curly brackets),
|
||||
* and the values are are the boolean true/false or the anonymous function. The button will be shown,
|
||||
* and the values are the boolean true/false or the anonymous function. The button will be shown,
|
||||
* when its name is not specified in this array.
|
||||
* The callbacks must use the following signature:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user