Skip to content

Commit

Permalink
Update CompanyPresenter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Azelis authored Aug 13, 2023
1 parent bbb8ecf commit 30d3331
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/Presenters/CompanyPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ public static function dataTableLayout()
'title' => trans('admin/suppliers/table.fax'),
'visible' => false,
'formatter' => 'phoneFormatter',
], [
'field' => 'email',
'searchable' => true,
'sortable' => true,
'switchable' => true,
'title' => trans('admin/suppliers/table.email'),
'visible' => true,
'formatter' => 'emailFormatter',
], [
'field' => 'image',
'searchable' => false,
Expand Down

0 comments on commit 30d3331

Please sign in to comment.