mgallegos / laravel-jqgrid

@Laravel jqGrid package allows you to easily integrate the popular @jQuery Grid Plugin (jqGrid) into your Laravel application.
mariogallegos.com
Other
69 stars 44 forks source link

extendeble export #38

Closed KrasilnikovKB closed 7 years ago

KrasilnikovKB commented 8 years ago

may make the export function of the outside from JqGridJsonEncoder / encodeRequestedData ?

perform the necessary action depending on the value $postedData['exportFormat']

I wanted to do data export using templates, but unfortunately I do not understand anything in Laravel facades/providers/containers :(((

obviously it requires a mechanism for extending the export methods all hope for you

mgallegos commented 8 years ago

Sounds like a good idea, I believe it can be done.

I marking this issue as an enhancement.