Replies: 1 comment 5 replies
-
https://filamentphp.com/docs/3.x/infolists/entries/getting-started |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3
How can we help you?
I have a form, when i submit the form, it dispatches an event, which sends an external api request and then stores the response in the database. I have created an endpoint that can be used to check if the response has been stored in the database. I would like to use the Placeholder component to poll this endpoint, and display the content, without page refresh.
See the image bellow.
I want as the form is submitted, the event is dispatched and the Placeholder component, poll the db and waits for the response, before displaying it in the component. ( this will be done without page refresh).
I am new to Filament, what is the possible solution to this?
Beta Was this translation helpful? Give feedback.
All reactions