real time data from database in form builder
We have poll for table builder do we something like that form builder i want to use that so i do not have to refresh the page everytime
4 Replies
That’s a really complex topic. What are you trying to archive?
I have a tabs inside that I have a rich editor field and a action button ...in action I am opening a modal where I am saving some data which will reflect in rich editor data
Similar question here
https://github.com/filamentphp/filament/discussions/8274#discussioncomment-6911651
You can use $set or $livewire
GitHub
How to Re-fetch input field value after update Database · filamentp...
How can i refetch only license_key field data from the database after the action? Right now i have to reload the Edit page. I want to avoid that and update only that corresponding input field data?...
i used this $livewire->refreshFormData(['license_key']);
It does not seem working for my case