change Datatype for code
This commit is contained in:
parent
97320b52ea
commit
1dd5faa21d
|
|
@ -38,7 +38,7 @@ class CustomerGroupDataGrid extends DataGrid
|
|||
$this->addColumn([
|
||||
'index' => 'code',
|
||||
'label' => 'Code',
|
||||
'type' => 'number',
|
||||
'type' => 'string',
|
||||
'searchable' => false,
|
||||
'sortable' => true,
|
||||
'filterable' => true
|
||||
|
|
|
|||
Loading…
Reference in New Issue