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

Error pack #361

Open WinterSilence opened 2 years ago

WinterSilence commented 2 years ago

Prerequisites

Errors:

  1. can't replace your default classes in class attribute, merged classes generate invalid style:
    <?= ExportMenu::widget([
    'dropdownOptions' => ['class' => ['btn-secondary']]
    ]) ?>

    generate class="btn btn-secondary btn-outline-secondary dropdown-toggle".

  2. you ignore ExportMenu::$caption

Expected behavior and actual behavior

...

Environment

Browsers

Operating System

Libraries

Isolating the problem