kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
557 stars 302 forks source link

Export currency convertion error #1002

Closed tmendesilva closed 2 years ago

tmendesilva commented 2 years ago
$ php --ri intl

intl

Internationalization support => enabled
ICU version => 66.1
ICU Data version => 66.1
ICU TZData version => 2021a1
ICU Unicode version => 13.0

Directive => Local Value => Master Value
intl.default_locale => no value => no value
intl.error_level => 0 => 0
intl.use_exceptions => 0 => 0
.....
[
   'class' => DataColumn::class,
   'attribute' => 'total',
   'format' => 'currency',
   'noWrap' => true,
   'hAlign' => GridView::ALIGN_RIGHT,
   'pageSummary' => true
],
.....

image 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.