kartik\grid\GridExportAsset::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->setSourcePath(__DIR__ . '/assets');
        $this->setupAssets('js', ['js/kv-grid-export']);
        parent::init();
    }
GridExportAsset