This commit is contained in:
jitendra 2019-10-14 10:14:18 +05:30
parent 21fcc50597
commit aa44440fef
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class OrderRefundDataGrid extends DataGrid
$this->addColumn([
'index' => 'increment_id',
'label' => trans('admin::app.datagrid.order-id'),
'type' => 'number',
'type' => 'string',
'searchable' => true,
'sortable' => true,
'filterable' => true