kartik-v / yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
http://demos.krajee.com/dynagrid
Other
74 stars 66 forks source link

Default hidden column #160

Closed appmake closed 7 years ago

appmake commented 7 years ago

How to hide several fields by default, so that the user can then display them himself?

metola commented 7 years ago

Hi, if you check demo http://demos.krajee.com/dynagrid-demo , you can see publish_date, that it is a hide column. The attribute is visible (set to false). [ 'attribute'=>'Name', 'visible'=>false, ],