Giant Robo
Giant Robo
FFilament
Created by Mike Peters on 2/15/2025 in #❓┊help
Select->multiple() in SelectColumn?
you can write a CustomColumn, I was looking at doing the exact same thing, ended up putting the form into a ->slideover() message me if you can solve this
10 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
I'll ask in laravel forums
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
for laravel timestamps() in the migration
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
I need a unique timestamp
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
how should create if I create 10 at 1 time?
MyType::create([])
MyType::create([])
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
I created records in groups
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
yes! they are!
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
this behaviour remains even if I edit in a modal or slideover
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
if I upload say, 3 new videos, when editing one, that one will change position, but the 3 videos themselves still stay at the top
15 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
->defaultSort('created_at', 'desc')
->defaultSort('created_at', 'desc')
15 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
thanks, I'll do it tomorrow, thanks for your help today!
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
$get('language_id') returns the id in the language table but I want the slug
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
Select::make('language_id')
->relationship('language', 'slug')

MarkdownEditor::make('code')
->afterStateHydrated(function
(MarkdownEditor $component, string $state, Get $get) {

//can I do something like this?
$get('language_id')->getOptions()
Select::make('language_id')
->relationship('language', 'slug')

MarkdownEditor::make('code')
->afterStateHydrated(function
(MarkdownEditor $component, string $state, Get $get) {

//can I do something like this?
$get('language_id')->getOptions()
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
can I get use $component->getOptions() with $get() inside another form field?
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
recently you told me about $component->getOptions() for a Select
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
@LeandroFerreira Nice, makes for some good reading.
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
thanks! great find!
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Select::make() get the inner html
I'm just loving this filament
40 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Select::make() get the inner html
@Dennis Koch thanks for your help
40 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Select::make() get the inner html
@Leandro Ferreira legendary
40 replies