Yii2 Kartik Gridview Editable 不适用于分页
Yii2 Kartik Gridview Editable not working with pagination
我即将展示这样的保修清单。但是,当我尝试使用分页时,我无法像以前那样在 EditableCoumn 中编辑内容。图片还显示了发送的参数。我该如何解决?
注意:这只是一个演示,所以我将分页大小设置为 1。在现实生活中,我们有超过一百万的结果,而不是 2!
提前致谢!
使用此代码:
echo GridView::widget([
// set pjax to true then you will be able to do that
// If set to true, the entire GridView widget will be parsed via Pjax and rendered inside a yii\widgets\Pjax widget container
'pjax' => true, // pjax is set to always true for this demo
]);
我即将展示这样的保修清单。但是,当我尝试使用分页时,我无法像以前那样在 EditableCoumn 中编辑内容。图片还显示了发送的参数。我该如何解决?
注意:这只是一个演示,所以我将分页大小设置为 1。在现实生活中,我们有超过一百万的结果,而不是 2!
提前致谢!
使用此代码:
echo GridView::widget([
// set pjax to true then you will be able to do that
// If set to true, the entire GridView widget will be parsed via Pjax and rendered inside a yii\widgets\Pjax widget container
'pjax' => true, // pjax is set to always true for this demo
]);