1
0
forked from poc/pds

feat: Add validation rules for Machine and Work Center names; enhance ProcessOrder table sorting; refactor StickerMasterResource for improved readability and functionality

This commit is contained in:
dhanabalan
2025-11-27 10:18:36 +05:30
parent 27b4377e9e
commit c16c967757
4 changed files with 682 additions and 552 deletions

View File

@@ -370,8 +370,7 @@ class ProcessOrderResource extends Resource
->label('Created At')
->alignCenter()
->dateTime()
->sortable()
->toggleable(isToggledHiddenByDefault: true),
->sortable(),
Tables\Columns\TextColumn::make('created_by')
->label('Created By')
->alignCenter()