Speaktech.in

kartik-v/yii2-grid

Install

The preferred way to install this extension is through composer. Either run:

  1. 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'