Replies: 1 comment 1 reply
-
In your query function you can probably emit an event with the current query since any time something is filtered it will get called. |
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
-
Hello, I'm still learning with Livewire (first project) and sorry for my bad english. I am looking for a way of getting filtered rows or whole Builder query to another component (graphs) so they can redraw based on the applied filters by user. I am able to get the query displayed in dd() inside the components but can't seem to find a way of accessing it externally.
I also found out function getRowsProperty() which returns all the rows, which would be enough, but I don't know how to access these from the other graph component. Is there a way to hook on a refresh event with all the data?
Beta Was this translation helpful? Give feedback.
All reactions