Property | Type | Description | |
---|---|---|---|
$fileName | string | ||
$name | |||
$output | string | ||
$render_section | |||
$rows_limit | |||
$template |
Method | Description | |
---|---|---|
getFileName ( ) : string | ||
getRowsLimit ( ) : integer | ||
initialize ( Nayjest\Grids\Grid $grid ) : null | void | ||
setFileName ( string $name ) | ||
setRowsLimit ( integer $limit ) |
Method | Description | |
---|---|---|
escapeString ( string $str ) : string | ||
renderCsv ( ) | ||
renderHeader ( resource $file ) | ||
resetPagination ( Nayjest\Grids\DataProvider $provider ) | ||
setCsvHeaders ( Illuminate\Http\Response $response ) |
protected escapeString ( string $str ) : string | ||
$str | string | |
return | string |
public initialize ( Nayjest\Grids\Grid $grid ) : null | void | ||
$grid | Nayjest\Grids\Grid | |
return | null | void |
protected resetPagination ( Nayjest\Grids\DataProvider $provider ) | ||
$provider | Nayjest\Grids\DataProvider |
protected setCsvHeaders ( Illuminate\Http\Response $response ) | ||
$response | Illuminate\Http\Response |