awcodes
awcodes
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
To be fair though, even though it’s possible, guest pages in panels don’t make sense to me.
13 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
If you are using x-filament::page it’s loading a different stylesheet.
13 replies
FFilament
Created by terumi on 12/5/2024 in #❓┊help
Guest pages using the filament layout.
Well, yea. If you’re in the context of panels then filament is using a theme css file and not app.css. There’s a difference between panels and stand alone implementation of the individual packages.
13 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Glad it worked. Probably the best approach to keep things semantic and accessible in the html.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Did that work for you?
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Yea. That looks right. I think format is on inputs. Sorry
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Probably a lot easier in nova since it’s vue. So no heavy rerendering on the livewire side.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
I hear you, but having to generate recursive nested table inside table cells with all the methods and action would end up being a nightmare and possibly huge performance implications in v3.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Fair, but in filament stacks are designed to be used inside of splits or grids.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Nesting the columns would put td tags inside td tags which isn’t valid html and would lead to accessibility issues.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
I wouldn’t nest actual columns like in the issue though.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
But you could do that with formatStateUsing() and returning either p tags or just a string with br tags.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Hmm, I’m surprised that ever worked because it would create an invalid html structure.
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Not really. When you use stacks and splits it is no longer rendered as an actual html table but rows of flex items. So the only way to force even widths is with a grid or possibly more complicated with css in a theme.
33 replies
FFilament
Created by Renan on 3/28/2025 in #❓┊help
How to display a file uploaded in a previous step in a Filament wizard form (before submission)?
This a correct approach. FileUpload uses UUIDs for the array keys. So, collect is fine or you could use the Arr class with Arr::first(). it’s effectively the same thing.
11 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Oh. You mean “column” width? That’s because using splits and stacks it is not an actual table anymore. See https://filamentphp.com/docs/3.x/tables/layout#controlling-column-width-using-a-grid
33 replies
FFilament
Created by djonata on 3/28/2025 in #❓┊help
How do I add a select field to my sidebar?
5 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
Not aligned how?
33 replies
FFilament
Created by Florian on 3/27/2025 in #❓┊help
Changing background panel
You would need to do a custom theme and apply the background image through css.
7 replies
FFilament
Created by Petsoukos on 3/27/2025 in #❓┊help
tailwind config missing
30 replies