Skip to content

Commit c850876

Browse files
authored
Merge pull request #110 from Hussam92/reorderable-ticket-statuses
Improvement: Make TicketStatus orderable
2 parents c6e8d89 + 143ec06 commit c850876

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)