Replies: 2 comments 1 reply
-
I have not used that library, but before going further, have you tested with pushOnNextPage instead of push method? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried with pushOnNextPage but not work |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this environment
I use Livewire Powergrid (https://livewire-powergrid.com)
In each row, I have a button tha open a Modal ( https://github.com/wire-elements/modal )
In the modal there is a button for update the row of table.
Inside the update method of Modal Component, I have the following code:
`
public function update(){
}
`
With this method, the toast notification(s) are displayed only if I refresh (or change) page.
It is possibile to show notifications without refreshing the page?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions