Refresh table in livewire component
Hello everyone! Why is the table reloaded before the component field is changed using wire.model.live? I have a checkbox that changes the query builder (initial state false), but the query is only changed when the checkbox is clicked again, the past state is taken (if true now, false is taken).
3 Replies
I get a feeling this could be related to Livewire request batching. Can you share a bit more context on how your checkbox and custom query are setup?
Component
View
do you find the solution?