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

Delete success, return the tip message, how to display? #72

Closed denghp closed 9 years ago

denghp commented 9 years ago

Hi, question 1: Delete or update action success, return the tip message, how to display? I use buttons detailview to return the display message.  Yii::$app->session->setFlash('kv-detail-success', 'delete successfully');

 question 2: dynagrid How to customize the parameters to pass?    I use the following method, controller can not accept the parameters  [ 'class'=>'kartik\grid\ActionColumn', 'dropdown'=>false, 'order'=>DynaGrid::ORDER_FIX_RIGHT, 'deleteOptions'=>[ 'title'=>'删除', 'params' => ['customer_kv'=>'ok'], 'data-method' => 'post', ], ],