Yii Framework In Action Column Button Format

Action Column button format 
{view} {update} {delete}

Example

[
   'class' => 'yii\grid\ActionColumn',
   'header'=>'Actions',
   'template' => '{view}  {update} {delete}',
   'options'=>['style'=>'width:150px;'],
   'buttonOptions'=>['class'=>'btn btn-info'],
],

Popular posts from this blog

Yii Framework In Update Time View Image In Form

Add a new column to existing table in a migration

Ajax Toggle(on/off) on-click Update