ByteXR
ByteXR
FFilament
Created by ByteXR on 9/23/2024 in #❓┊help
Conditionally show widget based on record
Is it possible to show widget conditionally based on the record. I know there is canView function but it is static and therefore has no access to $this->record at that point Thank you for all your help!
3 replies
FFilament
Created by ByteXR on 1/4/2024 in #❓┊help
Wizard still showing "Next" when steps hidden dynamically
Hi there! I have an issue where I have 3 steps and 3rd step is either being shown or hidden depending on data from 1st step. It seems like step itself gets hidden successfully but "Next" action is still showing even if there is only 2 actions left. Anyone have any idea what am I doing wrong 😄 Thank you!
5 replies
FFilament
Created by ByteXR on 7/24/2023 in #❓┊help
Reload table results from Page Action
I have a custom action which attaches users to organisation (it's not relation manager, but custom nested resources) I am looking for a way to refresh table after action is completed. I have tried $refresh and that didn't seem to work, wonder if I am missing some method inside Table or Page class that does it! Thanks for the help!
4 replies
FFilament
Created by ByteXR on 7/13/2023 in #❓┊help
Action does not refresh page component
I have an action that updates model in view page, but once action is completed it does not refresh oage with new data, is there a quick way triggering that without going into Livewire events and defining event in each page to trigger '$refresh' ? Thank for the help 👐
4 replies
FFilament
Created by ByteXR on 4/12/2023 in #❓┊help
Custom rule depended on other field
Is it possible to use ->rule() on form input when it is depended on other field, for example if phone number validation is dependant on selected country. Thank you for the help!
4 replies