Dave Mack
Dave Mack
FFilament
Created by Dave Mack on 9/27/2023 in #❓┊help
Linking Between Table Views with a Filter Value
You're a legend! i am almost certain that I tried the first option (which I am going to use), however clearly, I had something not hooked up correctly... Thankyou so much for your help...
18 replies
FFilament
Created by Dave Mack on 9/27/2023 in #❓┊help
Linking Between Table Views with a Filter Value
The URL I need to end up with is admin/event-survey-sections?tableFilters[event_survey_id][value]=1 which is what I get when I manually filter the data - but I want to be able to create this link from an action in the "Event Survey" table rows...
18 replies
FFilament
Created by Dave Mack on 9/27/2023 in #❓┊help
Linking Between Table Views with a Filter Value
Action::make('Show Survey Sections') ->url(fn(EventSurvey $record): string => route('filament.admin.resources.event-survey-sections.index', ['event_survey_id' => $record->id])),
18 replies
FFilament
Created by Dave Mack on 9/27/2023 in #❓┊help
Linking Between Table Views with a Filter Value
Using an Action with a URL - I can create the route, but I cannot add the parameter with the filter value
18 replies
FFilament
Created by Dave Mack on 9/27/2023 in #❓┊help
Linking Between Table Views with a Filter Value
Yes - trying to…
18 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Changing the colour of field labels where a form is inside a standalone livewire component.
Thanks Patrick - great idea! Thanks!
6 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
Thanks for your help - I’ll have a look further and will submit a bug report if I can’t find anything
17 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
Thanks Andrew - just confirming, there isn’t any CSS or anything that I might be missing that gets injected when the form is in an PANEL, that isn’t included when it is just included in a regular Livewire component?
17 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
No change
17 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
<div>
<form wire:submit="edit">
{{ $this->form }}

<button type="submit">
Submit
</button>
</form>

<x-filament-actions::modals />
</div>
<div>
<form wire:submit="edit">
{{ $this->form }}

<button type="submit">
Submit
</button>
</form>

<x-filament-actions::modals />
</div>
17 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
Hi Andrew - The duplication I am referring to is that I have two First and Last name fields in the form. The provided code should display BOTH versions of the first and last name fields in two columns, but as you can see in the screenshot, it is only showing in one column.
17 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
17 replies
FFilament
Created by Dave Mack on 8/23/2023 in #❓┊help
Form in Livewire component not displaying grid
I have added the duplicate First and Last fields to demonstrate the SECTION element which DOES render - it is just the GRID that doesn't.
17 replies