Error passing the collection of the table from another component #1351
Replies: 1 comment 1 reply
-
Hello @zwhhz. Have you tried using Wireable in the TestData class? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i`ve got a problem while passing the collection of the table from another component. All the composer packages are up to date. The error message is:
A small class for the data:
A livewire component, where the table is included, here the render-method:
code of the blade file of the component:
the powergrid table class:
I think, the problem is that the collection $testCollection is public, cause Livewire 3 has problems with that. Anyone got an idea to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions