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

dynagrid option is not usable #332

Closed stivehu closed 3 years ago

stivehu commented 3 years ago

Prerequisites

Steps to reproduce the issue

  1. Set true dynagrid option

Throw a "Undefined index: columns" exception. Because not init the widget. My fast workaround is Index: private/vendor/kartik-v/yii2-export/src/ExportMenu.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8

--- private/vendor/kartik-v/yii2-export/src/ExportMenu.php (date 1600244230016) +++ private/vendor/kartik-v/yii2-export/src/ExportMenu.php (date 1600244230016) @@ -878,7 +878,7 @@ $options['gridOptions']['dataProvider'] = $this->dataProvider; $dynagrid = new DynaGrid($options);

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.