Expecto Patronum
Expecto Patronum
FFilament
Created by Expecto Patronum on 11/5/2024 in #❓┊help
Form Component : Size avatar in Fileupload
No description
5 replies
FFilament
Created by Expecto Patronum on 10/26/2024 in #❓┊help
Customize RawJs mask input field
Hi all . I have an question . I need to set my TextInput with some format . Im still new in filament . So i dont know how to set in coding much especially about js. Below is my code : TextInput::make(longtitute) ->required() ->mask(RawJs::make('$money($input)')) ->stripCharacters(',') My goal is i want to set this field start with format like 00.0000 and max input they can insert is 180.0000 . How to apply that? Anyone can help me ? Thanks
2 replies
FFilament
Created by Expecto Patronum on 9/9/2024 in #❓┊help
Background Image On Simple Page
No description
11 replies
FFilament
Created by Expecto Patronum on 9/7/2024 in #❓┊help
Action Save File From FileUpload
No description
3 replies
FFilament
Created by Expecto Patronum on 8/15/2024 in #❓┊help
How To Register Custom Color to Panel
No description
9 replies
FFilament
Created by Expecto Patronum on 8/13/2024 in #❓┊help
Avatar On Top Bar Not Appear
No description
17 replies
FFilament
Created by Expecto Patronum on 7/16/2024 in #❓┊help
Downloable() in new Tab ?
hi , i set my fileupload is downlaodable . When i run , its downloading in same page . how to change this behavior to downloading in new tab ?
3 replies
FFilament
Created by Expecto Patronum on 7/5/2024 in #❓┊help
Set Dark Mode For Individual User ?
Hi, i wondering is that possible to create any function that let user to set their own filament theme default mode . i means light and dark mode ?
9 replies
FFilament
Created by Expecto Patronum on 7/2/2024 in #❓┊help
How To Change Position of UserMenu ?
No description
13 replies
FFilament
Created by Expecto Patronum on 6/29/2024 in #❓┊help
Create Page View And Edit Only?
Hi . I want to create. Profile . I have see so many questions about profile that need to create custom page and all that but it seems not what i want to archive after all. I want to have a profile that can display data through infolist and have relation manager ( if possible). And edit Page with contains wizard to edit data . Only 2 page that i need . Is that possible to archive like this? Do i need to create resource like usual , Delete page of create and list ? Or still need to do custom seperate page after all?
3 replies
FFilament
Created by Expecto Patronum on 6/28/2024 in #❓┊help
How To Close Modal Action After Successful Run in extraModalFooterActions?
No description
5 replies
FFilament
Created by Expecto Patronum on 6/19/2024 in #❓┊help
Does Table Query Support Double Query? Or Filament Bug? Or Issue On Code?
No description
4 replies
FFilament
Created by Expecto Patronum on 6/13/2024 in #❓┊help
Change Sizing of SimplePage In View File?
No description
5 replies
FFilament
Created by Expecto Patronum on 6/8/2024 in #❓┊help
PlaceHolder Form Component in Infolist Section
Hi all, is there any ways to apply same concept as placeholder form component in infolist ?
7 replies
FFilament
Created by Expecto Patronum on 6/6/2024 in #❓┊help
Widget in Relation Manager
From my understanding is that we can create a widget and register in the ListPage as normal way . I just wondering that can we add widget in relation manager file ? I try to implement the the concept as ListPage but it didn’t work . Any ideas ?
2 replies
FFilament
Created by Expecto Patronum on 5/30/2024 in #❓┊help
Run BulkAction Without Need to Select Record?
Is there possible to run BulkAction without need to select the record first? Means run bulk-action for all record in table by default
16 replies
FFilament
Created by Expecto Patronum on 5/30/2024 in #❓┊help
MonthPicker exist?
Hi . May i know how to change DatePicker to MonthPicker instead ?
9 replies
FFilament
Created by Expecto Patronum on 5/26/2024 in #❓┊help
Generate PDF From Collection Relation Manager ( Step By Filament Daily)
No description
22 replies
FFilament
Created by Expecto Patronum on 5/22/2024 in #❓┊help
Animation On Action Button
hi all , i have a question . is that possible to add animation trigger on action button ? example like trigger when user touch the button and all that. any ideas ?
15 replies
FFilament
Created by Expecto Patronum on 5/20/2024 in #❓┊help
getPageTableQuery() function on Simple Resource.
Hi all, i have a question . currrently im using simple resource in my project. i wanted to use getPageTableQuery() function on widget and set into managePage. but i realize its only apply on normal resource means the ListPage. is there any way to apply the same concept on ManagePage? when i registered the widget on ManagePage. i received error as in the picture i provided . any ideas ?
2 replies