kartik-v / yii2-builder

Build forms (single or tabular) easily for Yii Framework 2.0.
http://demos.krajee.com/builder
Other
100 stars 50 forks source link

Form Grid Visibility #108

Closed dudunegrinhu closed 8 years ago

dudunegrinhu commented 8 years ago

I'm adding this code to one of my form fields

'visible'=>Yii::$app->user->can('administrator'),

but it is not working. I need to show that field only for administrator. Notice that this code works for the Widget menu.