Skip to content

Commit

Permalink
Add sticky header and footer to view action
Browse files Browse the repository at this point in the history
  • Loading branch information
andreia committed Sep 30, 2024
1 parent 3ba7cb2 commit ea422e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/WebhookCallResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ public static function table(Table $table): Table
//
])
->actions([
Tables\Actions\ViewAction::make(),
Tables\Actions\ViewAction::make()
->stickyModalFooter()
->stickyModalHeader(),
])
->bulkActions([
Tables\Actions\BulkActionGroup::make([
Expand Down

0 comments on commit ea422e2

Please sign in to comment.