0

When I try to export data in excel using "kartik\editable\Editable::widget" and "ExportMenu::widget" then "Edit" and "Close" sign symbols are also exported in my excel.

How to remove that "Edit" and "Close" Sign symbol while exporting Excel?

return kartik\editable\Editable::widget([
                'header'=>false,
                'name' => 'status',
                'size'=>'sm',
                'type'=>'primary',
                'placement'=>'right',
                'containerOptions'=>['class' => 'kv-sticky-column'],
                'contentOptions'=>['class' => 'kv-sticky-column'],
                'inputType'=>kartik\editable\Editable::INPUT_TEXT,
                'value'=>$location->getSummerValue($location['id']),
                'editableValueOptions'=>['asPopover' => false],
                'formOptions'=>[
                       'method' => 'post',
                       'id' => 'gv1_summer_'.$i.'_form_name',
                       'action' => ['/forward-price-curve/save-summer?location_id='.$location['id']]
                ],
                'options' => [
                       'id' => 'gv1_summer_'.$i.'_form_name',
                'pluginOptions'=>[
                       'autoclose'=>true,
                       'asPopover' => false,
                ]
                ],
                'submitButton'  => [
                    'class' => 'btn btn-sm btn-primary',
                    'icon'  => '<i class="glyphicon glyphicon-floppy-save"></i>',
                ],
            ]);
Chux
  • 1,196
  • 1
  • 9
  • 24
Ankit Sompura
  • 765
  • 6
  • 10

0 Answers0