Vp
Vp
FFilament
Created by razor on 11/19/2024 in #❓┊help
keep a button for create in view getRelationManager()
4 replies
FFilament
Created by hrvzmndz on 11/18/2024 in #❓┊help
Icon beside search
4 replies
FFilament
Created by Rolland on 11/13/2024 in #❓┊help
Custom Column generator problem
Create a PR, I think the docs is correct but the command simple missing Filament keywords
3 replies
FFilament
Created by dyo on 11/11/2024 in #❓┊help
Adjust the component height
weird, for me it's working fine
8 replies
FFilament
Created by dyo on 11/11/2024 in #❓┊help
Adjust the component height
->extraAttributes(['class' => 'h-[75px]']) on textarea
8 replies
FFilament
Created by ingeday on 11/8/2024 in #❓┊help
How to upgrading filament to minor versions
Now the latest is 3.2.123 if you want to update on latest then just run composer update filament/filament If you want to update on specific version eg: 3.2.115 then update your composer.json like "filament/filament": "3.2.115" then run composer update
19 replies
FFilament
Created by BKF Dev on 11/5/2024 in #❓┊help
Hide Input Form inside Repeater based on condition
Not really understand what you meant, but you could also check like if repeater not empty or smth
5 replies
FFilament
Created by BKF Dev on 11/5/2024 in #❓┊help
Hide Input Form inside Repeater based on condition
Try like this https://filamentphp.com/docs/3.x/forms/advanced#dependant-select-options put live() on lines, and control visibility using $get
5 replies
FFilament
Created by adam on 11/5/2024 in #❓┊help
Hide Site Search for a user role
Try wrapping in a closure like ->globalSearch(fn() => ...)
3 replies
FFilament
Created by Enas on 11/5/2024 in #❓┊help
navigation
Not really sure, but you can use PanelsRenderHook::RESOURCE_PAGES_LIST_RECORDS_TABLE_BEFORE maybe
6 replies
FFilament
Created by Enas on 11/5/2024 in #❓┊help
navigation
getHeaderActions() inside Pages/ListResource
6 replies
FFilament
Created by Alnuaimi on 10/28/2024 in #❓┊help
How can I reduce the excess white space when using the Cluster feature ?
I think Cluster has nothing to do with here, maybe you didn't set the max content https://filamentphp.com/docs/3.x/panels/configuration#customizing-the-maximum-content-width
6 replies
FFilament
Created by TegarJK on 10/25/2024 in #❓┊help
How to decrease this gap in collapsed sidebar
4 replies
FFilament
Created by TegarJK on 10/25/2024 in #❓┊help
How to decrease this gap in collapsed sidebar
4 replies
FFilament
Created by Roland Barkóczi on 10/21/2024 in #❓┊help
Notification::duration() has no effect
I think you're missing something, works fine for me
3 replies
FFilament
Created by Mehmet K. on 10/21/2024 in #❓┊help
My Bulkaction buttons do not fit in the table, can we add scroll?
Hi, which theme you're using.. minimal or others? thanks
12 replies
FFilament
Created by danvi on 10/19/2024 in #❓┊help
State context in infolist
->action(function (Plan $record) { // Plan Model
dd($record);
})
->action(function (Plan $record) { // Plan Model
dd($record);
})
4 replies
FFilament
Created by Michael Rezende on 10/18/2024 in #❓┊help
Change the size of the Stats Overview Widget
4 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
just put fixed heigh ->height('100px') like I did?
17 replies
FFilament
Created by ericmp on 10/15/2024 in #❓┊help
How To Apply `->imageEditor` on FileUpload v2?
Better to upgrade to v3.. or you can search some plugin here which may have https://v2.filamentphp.com/plugins
11 replies