This commit is contained in:
rahul shukla 2019-09-07 15:18:24 +05:30
parent b5ef9526de
commit 4d13c0586a
1 changed files with 1 additions and 1 deletions

View File

@ -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