slamx_
slamx_
FFilament
Created by slamx_ on 6/9/2024 in #❓┊help
Change active Tab via callback
No Ideas?
4 replies
FFilament
Created by arif on 6/6/2024 in #❓┊help
How to Create a Livewire List Table with Filament's Default Design
Why not use a Filemant table instead? You use a pagination... the amount of records are the same on your custom livewire comp
3 replies
FFilament
Created by FerVillanuev4s on 6/6/2024 in #❓┊help
Read only mode
Do you have a code example or a explanation what you wanna do?
4 replies
FFilament
Created by June on 6/6/2024 in #❓┊help
Filament Asset Register
4 replies
FFilament
Created by nighty on 6/6/2024 in #❓┊help
Repeater - Array to String Conversion when save - logImplodeAssoc
Can you share your error message?
11 replies
FFilament
Created by dyo on 6/6/2024 in #❓┊help
Missing filament primary color after version upgrade
Can you share your Panel Provider Settings?
18 replies
FFilament
Created by DivDax on 8/25/2023 in #❓┊help
Trigger action from javascript?
@DivDax did you find a solution?
7 replies
FFilament
Created by slamx_ on 5/24/2024 in #❓┊help
Fileupload Bug view
We fix that with a z-index as extra class attr.
4 replies
FFilament
Created by kisut on 6/5/2024 in #❓┊help
Array to String Conversion Problem
You set the casts right, we use also Postgres without problems. How do you setup the database field type?
15 replies
FFilament
Created by slamx_ on 6/2/2024 in #❓┊help
Move Searchbar to Sidebar
@toeknee Search Component? I didn't found anything inside the docs
6 replies
FFilament
Created by slamx_ on 6/2/2024 in #❓┊help
Setup Section width
Yes but if you use a TagInput for example, after a few Tags the width also grow
7 replies
FFilament
Created by slamx_ on 6/2/2024 in #❓┊help
Setup Section width
to build up detailed layouts easy
7 replies
FFilament
Created by raush on 6/2/2024 in #❓┊help
Custom Form Field
Do you have a example? Its possible to create a custom field for checkboxes. You only need to setup the state as Array to store the values
9 replies
FFilament
Created by slamx_ on 5/27/2024 in #❓┊help
False/Null value not inside getState
Thanks @Dan Harrin
4 replies
FFilament
Created by slamx_ on 5/27/2024 in #❓┊help
Add class to Layout Grid
I made a solution with sub selector for the grid element 🙂
9 replies
FFilament
Created by slamx_ on 5/27/2024 in #❓┊help
Add class to Layout Grid
I've aligned the child elements, for example a toggle between a select will always have to much white space on the bottom
9 replies
FFilament
Created by slamx_ on 5/27/2024 in #❓┊help
Add class to Layout Grid
But this adds a class or a extra wrapper before the Grid is rendered, is it possible to add a class to the main grid div?
9 replies
FFilament
Created by LH on 5/24/2024 in #❓┊help
Action submits twice error
I dont think you need to increase the timeout. Do you have any code examples? Sounds more like a missconfig inside the action or form. Do you use a reactive field?
3 replies
FFilament
Created by slamx_ on 5/24/2024 in #❓┊help
How to call function inside custom form field
As an example, I have the Livewire component in which the form is also and another one that represents a modal with a file listing. The event comes from the file listing component.
60 replies
FFilament
Created by slamx_ on 5/24/2024 in #❓┊help
How to call function inside custom form field
but your dispatch is inside the form field, the dispatch I mean comes from a regular livewire component
60 replies