I was trying to create a confirmation box in my grid view for changing the user status.... I used the default method which was used to create confirmation box for delete but its not working...
can anyone suggest any other way..
'suspend'=>function($url,$model){if($model->user_is_social_worker =='1')
return Html::a('<span class="btn btn-xs btn-danger icon-remove bigger-120"style="margin-left:5px;"></span>', $url,['title'=>Yii::t('app','Revoke social worker'),
'data-confirm'=>'are u sure'
]);