kartik-v/yii2-grid
- By Preneesh AV --
- 01-Apr-2018 --
- 44 Comments
Install
The preferred way to install this extension is through composer. Either run:
- phar require kartik-v/yii2-grid "@dev"
Module
The extension has been created as a module to enable access to advanced features like download actions (exporting as csv, text, html, or xls). You should configure the module with a name of gridview as shown below:
'gridview' 'class' '\kartik\grid\Module'
