advice on refreshing a table
I have a page with two livewire components.
TaskCreate and TaskList
Is there a way to target/reload TaskList once a task is created?
Right now I do a full page reload.
Thanks.
TaskCreate and TaskList
Is there a way to target/reload TaskList once a task is created?
Right now I do a full page reload.
Thanks.