Error

Issue #1 new
Andrés Felipe Trujillo Madrigal created an issue

Hi there,

I got an error with the next configuration:

 ExcelView::widget([
            'dataProvider' => $dataProvider,
            'filterModel' => $searchModel,
            'fullExportType' => 'xlsx', //can change to html,xls,csv and so on
            'grid_mode' => 'export',
            'columns' => [
                ['class' => 'yii\grid\SerialColumn'],
                'first_name:ntext',
                'last_name:ntext',
                'email:ntext',
                'confirm_habeas_data:boolean',
                [
                    'attribute' => 'aplication',
                    'value' => 'aplication.application'
                ],
                //'subscribe_newsletter:boolean',
                'creation_date',
            ]
        ]);

is there any solution? I have one but it's not the best.

Comments (1)

  1. Log in to comment