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

SQL In Static Id Wise Record Skip After Show Result