Skip to content

Commit

Permalink
Merge pull request #110 from Hussam92/reorderable-ticket-statuses
Browse files Browse the repository at this point in the history
Improvement: Make TicketStatus orderable
  • Loading branch information
mihaisolomon authored Mar 18, 2024
2 parents c6e8d89 + 143ec06 commit c850876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Resources/TicketStatusResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public static function table(Table $table): Table
->bulkActions([
Tables\Actions\DeleteBulkAction::make(),
])
->reorderable('order')
->defaultSort('order');
}

Expand Down

0 comments on commit c850876

Please sign in to comment.