JQGrid with Active Recrod

Hi,

So was just wondering how do I setup the latest version of JQGrid with Yii 2. I want it to pull information from my model class, then display all pulled content from in a JQGrid widget in the view.

The particular extension I am looking at can be found from the link below.

http://www.yiiframework.com/extension/yii2-jqgrid-widget/

Looking forward to hearing reponses.

This widget use free version from JQGrid, you have to change JqGridAsset.php file to include latest version

Ok cool thanks for that, but do I need to do that even if I used composer to install this extension?

Cheers