Added - make total sortable in components

This commit is contained in:
snipe 2018-02-21 16:21:21 -08:00
parent f8151284ee
commit fb262e38a7

View file

@ -65,7 +65,7 @@ class ComponentPresenter extends Presenter
], [
"field" => "qty",
"searchable" => false,
"sortable" => false,
"sortable" => true,
"title" => trans('admin/components/general.total'),
"visible" => true,
], [