idk
idk
FFilament
Created by Fossil on 1/5/2025 in #❓┊help
searchable method makes columns all same width
Damn didnt know that
17 replies
FFilament
Created by Fossil on 1/5/2025 in #❓┊help
searchable method makes columns all same width
Mmm no idea then. Wait until someone from the core team replies to you
17 replies
FFilament
Created by Fossil on 1/5/2025 in #❓┊help
searchable method makes columns all same width
No description
17 replies
FFilament
Created by Fossil on 1/5/2025 in #❓┊help
searchable method makes columns all same width
Can you share the code?
17 replies
FFilament
Created by Fossil on 1/5/2025 in #❓┊help
searchable method makes columns all same width
Hi, maybe try to add ->extraAttributes(['style' => 'width: desired width']) to the column see if it works.
17 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
Nice!
9 replies
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
9 replies
FFilament
Created by idk on 1/2/2025 in #❓┊help
Default date of DatePicker
You are right, I've done it the way you provided. Thanks!!
8 replies
FFilament
Created by idk on 1/2/2025 in #❓┊help
Default date of DatePicker
Which one should I use?
8 replies
FFilament
Created by idk on 1/2/2025 in #❓┊help
Default date of DatePicker
Thanks, I also found out that it also works by adding the following code at the end of the form:
->fill(['startDate' => now()])
->fill(['startDate' => now()])
8 replies
FFilament
Created by idk on 1/2/2025 in #❓┊help
Default date of DatePicker
No description
8 replies
FFilament
Created by idk on 12/29/2024 in #❓┊help
DatePicker behaviour
I couldnt manage to get it work with my stats overview widget. Dont know how should I do it.
9 replies
FFilament
Created by idk on 12/29/2024 in #❓┊help
DatePicker behaviour
Oh, true!! Got it. Tysm 🙂
9 replies
FFilament
Created by idk on 12/29/2024 in #❓┊help
DatePicker behaviour
Thanks! But how would it work in a form? public function filtersForm(Form $form): Form { return $form->schema([ Section::make('Filtres')->schema([ //DatePicker //DatePicker2 ]) ]); }
9 replies