Issue #1306
This commit is contained in:
parent
b5ef9526de
commit
4d13c0586a
|
|
@ -56,7 +56,7 @@ class InventorySourcesDataGrid extends DataGrid
|
||||||
$this->addColumn([
|
$this->addColumn([
|
||||||
'index' => 'priority',
|
'index' => 'priority',
|
||||||
'label' => trans('admin::app.datagrid.priority'),
|
'label' => trans('admin::app.datagrid.priority'),
|
||||||
'type' => 'string',
|
'type' => 'number',
|
||||||
'searchable' => true,
|
'searchable' => true,
|
||||||
'sortable' => true,
|
'sortable' => true,
|
||||||
'filterable' => true
|
'filterable' => true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue