Ilham Dimas Prayudha
Ilham Dimas Prayudha
FFilament
Created by Ilham Dimas Prayudha on 1/5/2024 in #❓┊help
conditionally hide relation page
How to conditionally hide relation page?
5 replies
FFilament
Created by Ilham Dimas Prayudha on 1/2/2024 in #❓┊help
AssociateAction select multiple
Is there a way to select multiple when associate related records?
2 replies
FFilament
Created by Ilham Dimas Prayudha on 12/21/2023 in #❓┊help
Modal content script
I have script in modelContent view, i want that script can work when modal open, how can i do that?
2 replies
FFilament
Created by Ilham Dimas Prayudha on 12/13/2023 in #❓┊help
keyBindings() only work first time
keyBindings() only work in first try, then nothing happen. Any solution?
3 replies
FFilament
Created by Ilham Dimas Prayudha on 12/9/2023 in #❓┊help
CreateOptionForm Modal Width
How to adjust modal width when using createOptionForm()
10 replies
FFilament
Created by Ilham Dimas Prayudha on 12/9/2023 in #❓┊help
Key-Value Sans-Serif Font
How to change key-value form component font from monospace to sans-serif (or like default app font)
2 replies
FFilament
Created by Ilham Dimas Prayudha on 12/5/2023 in #❓┊help
Navigation id attribute
How to add id to navigation link
3 replies
FFilament
Created by Ilham Dimas Prayudha on 11/26/2023 in #❓┊help
Table Builder in Action Modal
Is there a way to create action that open modal that contain table
2 replies
FFilament
Created by Ilham Dimas Prayudha on 11/22/2023 in #❓┊help
SpatieMediaLibraryImageEntry error Attempt to read property "media" on null on RepeaterEntry
$infolist
->schema([
SpatieMediaLibraryImageEntry::make('image'),
RepeatableEntry('productVariants')
->schema([
// This code error
SpatieMediaLibraryImageEntry::make('image')
->inlineLabel()
->square(),
]),
])
$infolist
->schema([
SpatieMediaLibraryImageEntry::make('image'),
RepeatableEntry('productVariants')
->schema([
// This code error
SpatieMediaLibraryImageEntry::make('image')
->inlineLabel()
->square(),
]),
])
8 replies
FFilament
Created by Ilham Dimas Prayudha on 10/30/2023 in #❓┊help
Table fixed layout?
Is there a way to make Filament Table Builder layout fixed like using "table-fixed" class in tailwind?
2 replies
FFilament
Created by Ilham Dimas Prayudha on 10/24/2023 in #❓┊help
Table with Custom Array/Collection Data
How can I use Table builder in custom livewire component with dynamic array/collection data instead of eloquent query?
5 replies
FFilament
Created by Ilham Dimas Prayudha on 9/9/2023 in #❓┊help
Choice.js Select Blade Component
Is there a Choice.js select blade component that we can use? I only found native select component https://filamentphp.com/docs/3.x/support/blade-components/select
7 replies
FFilament
Created by Ilham Dimas Prayudha on 9/7/2023 in #❓┊help
Sidebar Collapsed by Default
Is there a way to make sidebar collapsed by default on desktop?
4 replies
FFilament
Created by Ilham Dimas Prayudha on 8/2/2023 in #❓┊help
$wire is not defined when using FileUpload in custom TALL app outside Panel
15 replies