SeanKiwi (Semantics)
SeanKiwi (Semantics)
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
cool, thank you 👍
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
yeah its the best solution i have tried so far
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
all good, Thanks 👍
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
@awcodes did you mean something like this? i had to use getStateUsing because formatStateUsing isnt working for some reason. TextColumn::make('customer_details') ->label('Test') ->getStateUsing(fn ($record) => "{$record->model_number} <br> {$record->status}") ->html(),
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
right, that makes sense
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
but thanks for your advise 👍
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
yeah i am seeing that, would be cool to have it available as a column type
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
ok will look into that, thanks. I am currently moving over from Nova to Filament and so far this is the only thing that was more friendly on Nova. you can just Stack::make anywhere in your table
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
No description
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
it makes the row very long though
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
oh i actually just got it to work
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
No description
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
@awcodes i came across this thread from last year for the same topic and someone managed to find a work around, however it does not appear to be working, was it maybe for filament2? https://github.com/filamentphp/filament/discussions/12061
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
@awcodes i tried this as well, however it creates alot more work to get everything right and its breaks other things such as ->defaultSort('name'). Is there no other options for a simple stack just to get 2 columns stacked vertically?
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
you can see in the last screenshot, columns are not aligned, i have similiar results
33 replies
FFilament
Created by Jamie Cee on 11/19/2024 in #❓┊help
table layout styling
@Jamie Cee Did you manage to figure this out?
33 replies
FFilament
Created by SeanKiwi (Semantics) on 3/14/2025 in #❓┊help
Change redirect path after session expires
@awcodes no worries, thanks!
6 replies
FFilament
Created by SeanKiwi (Semantics) on 3/14/2025 in #❓┊help
Change redirect path after session expires
@awcodes Thanks, I was doing some with middleware to try catch session expiry and redirect but this is cleaner. I have a strange side effect where after session time out and a re-login, filament opens in an iframe, any ideas what might cause this? It doesn't happen if we manually logout and log back in. for reference we are using Laravel's vue starter kit auth for sign in
6 replies