change Datatype for code

This commit is contained in:
rahul shukla 2019-07-24 17:55:32 +05:30
parent 97320b52ea
commit 1dd5faa21d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CustomerGroupDataGrid extends DataGrid
$this->addColumn([
'index' => 'code',
'label' => 'Code',
'type' => 'number',
'type' => 'string',
'searchable' => false,
'sortable' => true,
'filterable' => true