leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

Presents Columns don't work on Exports #103

Open MmKargar opened 5 years ago

MmKargar commented 5 years ago

laravel : 5.7.2 php : 7.3 laravel-grid : ~2.0

hey guys, i add some columns with Presenter its works fine in showing and filtering , but in exportin (any of pdf,excel,...) it says Column not found that is mean its is searching the column in database and can't find it that is natural . i used laravel accessor insteadof peresenter and appends them it work in showing it and filtering but still it doesn't work in exports because it append column after the query runed. whats your suggest , what i have to do?