Yii2: Updating Grid-view using Pjax
问题 Following this Wiki Yii 2.0: Pjax on ActiveForm and GridView - Yii2 I have tried to use my gridview to update on Ajax without page-reload, but couldn't succeed. code of my _form.php <?php $this->registerJs( '$("document").ready(function(){ $("#new_medicine").on("pjax:end", function() { $.pjax.reload({container:"#medicine"}); //Reload GridView }); });' ); ?> <?php use yii\helpers\Html; use yii\widgets\ActiveForm; use kartik\grid\GridView; //use yii\grid\Gridview; use yii\data