kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

Problem having a different export result from the GridView #334

Closed ecmciasabellano closed 3 years ago

ecmciasabellano commented 3 years ago

I am not sure if this was the expected result but my GridView and export menu has the same dataProvider and they have different result.

Here is what my gridView looks like.

image

And here is what the exported file looks like.

image

I guess the export uses the base model that was used in the dataProvider, not the actual columns that I have specified in the GridView. Please help me. Thanks.

ecmciasabellano commented 3 years ago

Fixed! Just needs to have the same column property as the GridView. Thanks for this extension.