mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Added - make total sortable in components
This commit is contained in:
parent
f8151284ee
commit
fb262e38a7
|
@ -65,7 +65,7 @@ class ComponentPresenter extends Presenter
|
||||||
], [
|
], [
|
||||||
"field" => "qty",
|
"field" => "qty",
|
||||||
"searchable" => false,
|
"searchable" => false,
|
||||||
"sortable" => false,
|
"sortable" => true,
|
||||||
"title" => trans('admin/components/general.total'),
|
"title" => trans('admin/components/general.total'),
|
||||||
"visible" => true,
|
"visible" => true,
|
||||||
], [
|
], [
|
||||||
|
|
Loading…
Reference in a new issue