ByteXR
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
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
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
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