Skip to content

Commit

Permalink
add category
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Jan 28, 2021
1 parent b56fb42 commit 86753ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/columnsortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
'columns' => [
'alpha' => [
'rows' => ['name', 'contact_name', 'customer_name', 'vendor_name', 'display_name', 'company_name', 'domain', 'email', 'description', 'code', 'type', 'status', 'vendor', 'account'],
'rows' => ['name', 'contact_name', 'customer_name', 'vendor_name', 'display_name', 'company_name', 'domain', 'email', 'description', 'code', 'type', 'status', 'vendor', 'account', 'category'],
'class' => 'fas fa-sort-alpha',
],
'amount' => [
Expand Down

0 comments on commit 86753ad

Please sign in to comment.