Added item description in table list of characteristic value importer #390

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-25 02:59:39 +00:00
Showing only changes of commit 742e70cec2 - Show all commits

View File

@@ -339,6 +339,11 @@ class CharacteristicValueResource extends Resource
->searchable()
->alignCenter()
->sortable(),
Tables\Columns\TextColumn::make('item.description')
->label('Description')
->searchable()
->alignCenter()
->sortable(),
Tables\Columns\TextColumn::make('machine.work_center')
->label('Machine')
->searchable()