Alex Rowe
Alex Rowe
FFilament
Created by tadas322 on 4/4/2024 in #❓┊help
Trouble Displaying / Updating Pivot Table Data with Same Names as Parent Model
ok, found a workaround: Tables\Columns\TextColumn::make('pivot.description') resolves correctly. Hope this helps @tadas322
13 replies
FFilament
Created by tadas322 on 4/4/2024 in #❓┊help
Trouble Displaying / Updating Pivot Table Data with Same Names as Parent Model
Trying to drill down using xdebug, and thus far the best lead is vendor/filament/tables/src/Columns/Summarizers/Summarizer.php . Will update if I get any headway
13 replies
FFilament
Created by tadas322 on 4/4/2024 in #❓┊help
Trouble Displaying / Updating Pivot Table Data with Same Names as Parent Model
To confirm, I have also setup the withPivot() on both ends
13 replies
FFilament
Created by tadas322 on 4/4/2024 in #❓┊help
Trouble Displaying / Updating Pivot Table Data with Same Names as Parent Model
Just come up against this issue as well: Parent model and Pivot both have a 'description' text column/ text input, and it will always point to the parent. Someone has tracked it in https://github.com/filamentphp/filament/issues/13682
13 replies
FFilament
Created by Alex Rowe on 8/22/2023 in #❓┊help
Remove rounding from dashboard widgets?
sorry to be difficult 😂
11 replies
FFilament
Created by Alex Rowe on 8/22/2023 in #❓┊help
Remove rounding from dashboard widgets?
That's the issue: I only want it on the dashboard widgets
11 replies
FFilament
Created by Alex Rowe on 8/22/2023 in #❓┊help
Remove rounding from dashboard widgets?
so the only way I can see overriding it is figuring out a way of passing something into $attriubutes or overriding the blade
11 replies
FFilament
Created by Alex Rowe on 8/22/2023 in #❓┊help
Remove rounding from dashboard widgets?
<div {{ $attributes->class([
'p-2 space-y-2 bg-white shadow',
'dark:border-gray-600 dark:bg-gray-800' => config('filament.dark_mode'),
]) }}>
<div {{ $attributes->class([
'p-2 space-y-2 bg-white shadow',
'dark:border-gray-600 dark:bg-gray-800' => config('filament.dark_mode'),
]) }}>
11 replies
FFilament
Created by Alex Rowe on 8/22/2023 in #❓┊help
Remove rounding from dashboard widgets?
The issue is the class is set in the template
11 replies
FFilament
Created by Alex Rowe on 6/15/2023 in #❓┊help
Select in repeater - Slow loads when select relation has large record amount
@danharrin Must have had my relationships messed up as nothing populated when I first used this, but now it's working like a charm! Thanks for the help
5 replies
FFilament
Created by Alex Rowe on 6/15/2023 in #❓┊help
Select in repeater - Slow loads when select relation has large record amount
I'm just conscious that when I am editing a collection with tens of entities, it's going to be proper slow, both query wise and the DOM
5 replies
FFilament
Created by Alex Rowe on 5/24/2023 in #❓┊help
Multiselect allow duplicates
Cheers Dan, will give that a crack
4 replies