fikurimax
fikurimax
Explore posts from servers
FFilament
Created by fikurimax on 10/5/2024 in #❓┊help
Push notification on error 500
Can I do that in app/Exception/Handler.php? only for specific requests maybe?
5 replies
FFilament
Created by fikurimax on 10/5/2024 in #❓┊help
Push notification on error 500
Say just random exception, or timeouts error when calling third party api. Currently it shows a modal with error text 500 internal server error
5 replies
FFilament
Created by fikurimax on 9/13/2024 in #❓┊help
Is there a way to show search input for each column?
ohh thankss
4 replies
FFilament
Created by fikurimax on 8/21/2024 in #❓┊help
Get modal ID on the table action
Thanks! I'll check it
3 replies
FFilament
Created by fikurimax on 8/19/2024 in #❓┊help
Table with third party API data
I'll try it, thanks!
8 replies
FFilament
Created by fikurimax on 8/19/2024 in #❓┊help
Table with third party API data
by default, before the data is being fetched
8 replies
FFilament
Created by fikurimax on 8/19/2024 in #❓┊help
Table with third party API data
I need to add some url queries based on some conditions passed
8 replies
FFilament
Created by fikurimax on 8/19/2024 in #❓┊help
Table with third party API data
No clue how to pass the params
8 replies
FFilament
Created by Leander_ac on 12/7/2023 in #❓┊help
Getting table data from api with parameter from the logged in user
Hey do you have a solution for this?
3 replies
FFilament
Created by fikurimax on 8/5/2024 in #❓┊help
Disable navigation in one resource but still shown
no such method
6 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
Oh? Never tried getSearchResultsUsing(), I'll try it
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
I see, Alright then, thank you so much!
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
Hey @awcodes, thanks for your advice. I've tried to isolate each field to determine which one is the bottleneck, and I finally concluded that the problem is with the select option field that requires a third-party API call to populate the options. In my case, the select field is populating the options right after the previous select state is updated. Is there a way to start populating the options when I click the select field?
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
okay, maybe i should try that. Thank you, i'll update
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
both
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
I see, I wonder if there's any process like middlewares or smth on the update request which makes it slow
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
The case is I want to update another field (calculate price) whenever i clicked a select option
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
I do, but there's 0 queries
20 replies
FFilament
Created by fikurimax on 8/1/2024 in #❓┊help
Update request took so long (only for updating another field)
Thanks for the response
20 replies
FFilament
Created by fikurimax on 5/16/2024 in #❓┊help
Populate options when clicking the select element
The code is working though, the only problem is I want to make the select component calling the API to populate the options right after I click the component, not when its mounting
14 replies