seyyed
(Arash)
1
Guys,
This is my view
<?php Pjax::begin(['timeout'=>10000]);?>
<?= Sortable::widget([
'items'=>$items,
]);?>
<?php Pjax::end();?>
when Yii::$app->request->isPjax, I get "Uncaught TypeError: undefined is not a function"
Please use this code::
Yii::$app->request->getIsPjax()…
this works for me…