PHP Class kartik\grid\Module

php 'modules' => [ 'gridview' => [ 'class' => 'kartik\grid\Module', 'downloadAction' => '/gridview/export/download' // your grid export download setting ] ]
Since: 1.0
Author: Kartik Visweswaran ([email protected])
Inheritance: extends kartik\base\Module
Datei anzeigen Open project: kartik-v/yii2-grid Class Usage Examples

Public Properties

Property Type Description
$downloadAction the action (url) used for downloading exported file

Public Methods

Method Description
init ( )

Method Details

init() public method

public init ( )

Property Details

$downloadAction public_oe property

the action (url) used for downloading exported file
public $downloadAction