I have not found this ListView in the Yii2 framework assets.
What I want to do is I want to get a ListView to refresh it’s content based on a AJAX request. Do I need to manually copy this file and register it as an asset?
I have not found this ListView in the Yii2 framework assets.
What I want to do is I want to get a ListView to refresh it’s content based on a AJAX request. Do I need to manually copy this file and register it as an asset?
Or how can I trigger a Pjax widget to refresh it’s body, from JQuery?
Hello,
A friend found it for me; you can do it using Pjax like this:
http://www.yiiframework.com/wiki/655/how-to-use-gridview-with-ajax/
Thank for your link but i need an answer such as this question:
And