Kyrill71
Kyrill71
FFilament
Created by MRB_KILLER on 10/23/2023 in #❓┊help
'App\Models\User' does not implement method 'canAccessPanel' error
Hi, you are missing the parameters of the function:
public function canAccessPanel(Panel $panel): bool
public function canAccessPanel(Panel $panel): bool
10 replies
FFilament
Created by Kyrill71 on 10/23/2023 in #❓┊help
Hide field based on file upload.
Thank you for your response. Just to clarify, the error I received is related to the ->reactive(); part of my code, not the hidden function. Could you please help me on how to fix the error?
4 replies
FFilament
Created by Kyrill71 on 9/26/2023 in #❓┊help
Can you use IconColumn without database column
Thank you that works.
4 replies
FFilament
Created by Kyrill71 on 6/1/2023 in #❓┊help
bulkaction is slow when showing popup
Also my normal edit bulkaction popup is now locally showing a bit faster 3-4 seconds, in production it is the still the same speed, but i think that is because of server. Interestingly, I haven't made any changes to the code today, so it's strange that it has become faster today. Nonetheless, if the loading time is consistently around 3-4 seconds, I consider it reasonable, if a loading indicator is displayed during that time. but the indicator is still not showing.
8 replies
FFilament
Created by Kyrill71 on 6/1/2023 in #❓┊help
bulkaction is slow when showing popup
Unfortunately, there is no loading indicator displayed before the popup of the bulk action appears. I have checked the chrome dev Tool, but no errors or indications of a problem are shown.
8 replies
FFilament
Created by Kyrill71 on 6/1/2023 in #❓┊help
bulkaction is slow when showing popup
yes it is locally and in production, the table takes locally 3-4 seconds to load. if it can't get any faster, is it possible to execute some code before the bulk action code runs? This would provide feedback to the user that something is loading, as currently, there is no indication that the bulk action is in progress. Apart from waiting for 5-6 seconds, if the user doens't click on anything else by then.
8 replies