Sharing data between datatables on the same page #1108
Unanswered
antedrnasin
asked this question in
Q&A
Replies: 1 comment
-
Hello, Maybe with using events and listeners on the livewire components |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
using livewire 2.x
I have 3 datatables on my page (tabs). The idea is that you select items from first table and then the second table
shows subitems of selected item, same for the last table, needs to show sub-subitems of selected subitems.
Can this be done?
Beta Was this translation helpful? Give feedback.
All reactions