We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6a689 commit 3bf7847Copy full SHA for 3bf7847
app/Livewire/CardIndex.php
@@ -29,7 +29,8 @@ public function table(Table $table): Table
29
->columns([
30
TextColumn::make('name')
31
->sortable()
32
- ->searchable(),
+ ->searchable()
33
+ ->url(fn ($record) => 'https://scryfall.com/search?q=' . urlencode($record->name), true),
34
TextColumn::make('types')
35
36
->searchable(),
0 commit comments