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