RichtheKid
RichtheKid
FFilament
Created by Kerchack on 8/31/2023 in #❓┊help
Assign current team when User is created
@kerchack_ast Could you explain what you did exactly? Cannot seem to figure it out.
14 replies
FFilament
Created by RichtheKid on 5/30/2023 in #❓┊help
How do I add icon to label of a column?
BadgeColumn::make('avg_performance')->label(fn () => new HtmlString(__('rental-schedules-resource.performance') . Blade::render('<x-heroicon-o-question-mark-circle class="w-3 h-3" x-tooltip.raw="Custom text" />')))->extraAttributes(['class' => 'flex items-center']),
11 replies
FFilament
Created by RichtheKid on 5/30/2023 in #❓┊help
How do I add icon to label of a column?
11 replies
FFilament
Created by RichtheKid on 5/30/2023 in #❓┊help
How do I add icon to label of a column?
Alright thanks
11 replies
FFilament
Created by RichtheKid on 5/30/2023 in #❓┊help
How do I add icon to label of a column?
Is it possible to pass custom html to the ->label() ?
11 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
Hmm I see!
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
CustomPage.php file
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
does the widget aswell?
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
just like setting a property
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
The widget below serve to show additonal information based on the selected vehicle next to the information displayed in the first table
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
since the custom page doesn't have a record selected yet. I believe viewrecord wouldn't work.
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
Custom page blade file
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
I added the widget data line in the blade file of my custom page. But my custom widget still has $record returning null.
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
alright and to set the value what do i use? Since a custom page doesnt have a record by default
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
Is there like a line of code to set the record. Something like $this->record = something? Or am I getting the wrong idea?
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
Basically I have a table where you can select a vehicle and then the widget shows additional information for that specific record id.
39 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
yes
39 replies