feat: add quarter field to company history items with localization support, enhancing data organization and user experience
This commit is contained in:
+7
-1
@@ -25,6 +25,12 @@ class CompanyHistoryItemsTable
|
||||
->sortable()
|
||||
->alignCenter(),
|
||||
|
||||
TextColumn::make('quarter')
|
||||
->label(__('company_history.quarter_field'))
|
||||
->badge()
|
||||
->sortable()
|
||||
->alignCenter(),
|
||||
|
||||
ColorColumn::make('color')
|
||||
->label(__('company_history.color_field')),
|
||||
|
||||
@@ -88,7 +94,7 @@ class CompanyHistoryItemsTable
|
||||
->label(__('company_history.force_delete')),
|
||||
]),
|
||||
])
|
||||
->defaultSort('sort_order', 'asc')
|
||||
->defaultSort('year', 'asc')
|
||||
->reorderable('sort_order');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user