Skip to content

Commit f2205ab

Browse files
committed
Make components orderable
1 parent bc077cf commit f2205ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Filament/Resources/ComponentResource.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public static function table(Table $table): Table
9393
Tables\Actions\BulkActionGroup::make([
9494
Tables\Actions\DeleteBulkAction::make(),
9595
]),
96-
]);
96+
])
97+
->reorderable('order');
9798
}
9899

99100
public static function getRelations(): array

0 commit comments

Comments
 (0)