Skip to content

Commit 143ec06

Browse files
author
Hussam Itani
committed
Improvement: Make TicketStatus orderable
1 parent c6e8d89 commit 143ec06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Filament/Resources/TicketStatusResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public static function table(Table $table): Table
107107
->bulkActions([
108108
Tables\Actions\DeleteBulkAction::make(),
109109
])
110+
->reorderable('order')
110111
->defaultSort('order');
111112
}
112113

0 commit comments

Comments
 (0)