Javascript Hooks #406
Unanswered
nguyendungpc191
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working with your livewire-table and my issue is I cant detect view is load totally done by javascript when click next page or filter. Are there anything like
document.addEventListener("livewire:load", function(event) { window.livewire.hook('afterDomUpdate', () => { console.log('a '); }); });
or
document.addEventListener("DOMContentLoaded", () => {
Beta Was this translation helpful? Give feedback.
All reactions