Broemi
Broemi
FFilament
Created by Broemi on 9/30/2024 in #❓┊help
Breadcrumps
How do you mean? I have this in the code: protected static ?string $recordTitleAttribute = 'name'; "Development Event" is the value in the column 'name' in the database. I'm confused 🙂
13 replies
FFilament
Created by Broemi on 9/30/2024 in #❓┊help
Breadcrumps
No description
13 replies
FFilament
Created by Broemi on 9/30/2024 in #❓┊help
Breadcrumps
That results in this... I think View in front of the title is wrong?
13 replies
FFilament
Created by Broemi on 9/30/2024 in #❓┊help
Breadcrumps
No description
13 replies
FFilament
Created by Broemi on 9/30/2024 in #❓┊help
Breadcrumps
Hi @Dennis Koch , If I do this... public function getBreadcrumbs(): array { return [ 'View' => 't', url('/events') => 'Events', // Link naar de lijst met events url("/events/{$this->record->id}") => $this->record->name, // Dynamische titel van het event // $this->record->name => 'View', ]; } Then something strange happens. View is highlighting when I hover.
13 replies