Revision #2 has been created by YiiJeka on Sep 26, 2014, 7:48:50 AM with the memo:
correcting
« previous (#1) next (#3) »
Changes
Title
unchanged
How to use GridView with AJAX
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
yii2, pjax, widget
Content
changed
[...]
For more information about the options that you can pass to the <code>reload</code> function, please check the <a href="https://github.com/yiisoft/jquery-pjax/blob/master/jquery.pjax.js#L131">PJax plugin code</a>.
<h2>Final Notes</h2>
The <code>PJax</code> widget works with any links and/or forms that are inside its <code>begin()</code> and <code>closeend()</code> statements. That means, that this tutorial is also valid for <code>ListView</code>, <code>LinkPager</code>, etc... Anything that holds a link and/or a form.
HappYii2 coding