removes sortablity from current value column
This commit is contained in:
@@ -140,7 +140,7 @@ class DepreciationReportPresenter extends Presenter
|
||||
], [
|
||||
"field" => "book_value",
|
||||
"searchable" => true,
|
||||
"sortable" => true,
|
||||
"sortable" => false,
|
||||
"visible" => true,
|
||||
"title" => trans('admin/hardware/table.book_value'),
|
||||
"footerFormatter" => 'sumFormatter',
|
||||
|
||||
Reference in New Issue
Block a user