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

contentOptions problem #356

Closed Mohsen6558 closed 2 years ago

Mohsen6558 commented 2 years ago

Hello When set

        'contentOptions' => function ($model, $key, $index, $column) {
            return ['class' => 'bg-info'];
        },

if gridview export have problem image

stale[bot] commented 2 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.