sm
TableWidget interactions with livewire events.
Turns out I just needed to read the livewire docs and understand how the rendering cycle works. table() and then render(). In order to achieve what I wanted, I just needed to pass a closure to the $query. hope this helps someone in the future!
5 replies
Event when modal has benne opened?
Might be wrong, but I believe it's a livewire event: https://livewire.laravel.com/docs/events#listening-for-livewire-events-in-script-tags
7 replies
table filters update event
https://discord.com/channels/883083792112300104/1144726440877772841 maybe helpful to you
10 replies