Replies: 1 comment
-
I've managed to get it to work using session variables:
and then in powergrid:
with this the dataSource is updated depending on the $area_id Is this working correct? I don't understand why it didn't work doing it alone
this only works at startup and when refreshing area_id nothing happens. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a powergrid like:
<livewire:table :area_id="$area_id" >
when i change the value of area_id with an external select i do
the powergrid table is updated but does not apply the change of the variable:
Beta Was this translation helpful? Give feedback.
All reactions