johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

Cannot change message confirmation? #68

Open jobsrey opened 7 years ago

jobsrey commented 7 years ago

How to change message confirmation on deleteOptions in gridview? i follow this setting, but noting change.

'deleteOptions'=>['role'=>'modal-remote','title'=>'Delete', 'data-confirm'=>false, 'data-method'=>false,// for overide yii data api 'data-request-method'=>'post', 'data-toggle'=>'tooltip', 'data-confirm-title'=>'Hello?', 'data-confirm-message'=>'Hello Kirenius'],