changing book value to be NOT searchable or sortable

This commit is contained in:
akemidx 2023-07-19 13:44:31 -04:00
parent 8df9db76bc
commit 9e2987e680

View file

@ -155,8 +155,8 @@ class AssetPresenter extends Presenter
'class' => 'text-right', 'class' => 'text-right',
], [ ], [
"field" => "book_value", "field" => "book_value",
"searchable" => true, "searchable" => false,
"sortable" => true, "sortable" => false,
"title" => trans('admin/hardware/table.book_value'), "title" => trans('admin/hardware/table.book_value'),
"footerFormatter" => 'sumFormatter', "footerFormatter" => 'sumFormatter',
"class" => "text-right", "class" => "text-right",