CaptainJoker
CaptainJoker
FFilament
Created by CaptainJoker on 4/6/2024 in #❓┊help
Disable Wizard Header Click
How do I disable wizard header click? Meaning we can only navigate between the steps using the next/previous buttons which is available at the bottom.
2 replies
FFilament
Created by CaptainJoker on 3/20/2024 in #❓┊help
Display list of records if at least one of the record is selected
How do I show the list of record only if at least one of the filter is selected. Along with a custom message. I tried doing request()->has(tableFilters) in the getEloquentQuery but it does not change once I select the filter.
2 replies
FFilament
Created by CaptainJoker on 11/29/2023 in #❓┊help
disable/enable modalsubmitaction
How do we disable or enable the modalsubmitaction based on the form value. I have an afterstateupdated method which fetches data from an external API. I would like to disable the submit action by default till the api fetches the data and store it in a hidden field. I tried Get method but throws an error $container must not be accessed before intilization.
2 replies
FFilament
Created by CaptainJoker on 11/11/2023 in #❓┊help
Typed static property Error after upgrading to V3
I upgraded the v2 to project to v3 using the automated upgrade script. However after doing the composer update, I am getting this error Typed static property Filament\Resources\Pages\Page::$resource must not be accessed before initialization What could be the reason for this?
6 replies
FFilament
Created by CaptainJoker on 8/30/2023 in #❓┊help
Search for a value which does not exist in the filament table column
How do we search for a column which exists in the database but it is not required to be shown to the user. For example age is a column in the database table. However, the same column is not required to be shown in the filament list table. How do I achieve it?
5 replies
FFilament
Created by CaptainJoker on 8/24/2023 in #❓┊help
Disabaling Action for a few seconds
How do I disable a button/action for the first few seconds of loading the page based on timestamp and want it to be unlocked after say 20 seconds. Is there any way to achieve this? I am aware that disabled() can be used. However, not sure how to set the disabled to false after x amount of time.
6 replies
FFilament
Created by CaptainJoker on 8/11/2023 in #❓┊help
Setting Values in a repeater
Assume that I have a text field named maximum_quantity and a repeater with 2 fields each like this ['repeater' => ['quantity_per_year', 'title']] How do I set the maximum_quantity value inside the repeater quantity_per_year?
12 replies
FFilament
Created by CaptainJoker on 7/31/2023 in #❓┊help
V3 Pagination Error
No description
14 replies