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

Export does not consider table filters #372

Closed ofirsWee closed 1 year ago

ofirsWee commented 1 year ago

hey,

When filtering in GRIDVIEW it still exports the entire table. Can it be updated? I found the way to fix it just to add this line: $this->_provider->refresh(); In the file: vendor/kartik-v/yii2-export/src/ExportMenu.php In line: 757 after $this->initExport()