Multiple tables on the same page
Is there a way to have multiple tables on the same page (not inside a panel)? I have a fullpage livewire component, where I display 2 tables and a button. Something like this:
Where the
submit
method does nothing atm (but gets called - tested it with dd):
This works - both tables are rendered correctly.
But when I click the "Button" button, I get the following error in the JS console:
The index.js is just the combined js from livewire, where the error code looks like:
Furthermore, the two tables also swap positions (table2 is now the first table, table1 the second).
When removing one of the table (doesn't matter which one), the error doesn't occure.
Any ideas?
PS: All the table functionalities, like paging, are working.1 Reply
Bump! I need this one as well