Variable not working in blade view with setConfigurableAreas #1182
luizsilva-dev
started this conversation in
General
Replies: 2 comments
-
I tried using customView with the same blade view and it worked fine. But I need it to be in "toolbar-right-start", so I need to use setConfigurableAreas. Any suggestion? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In your blade, use $this->clientNewError Or see https://rappasoft.com/docs/laravel-livewire-tables/v2/datatable/configurable-areas#content-passing-parameters |
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 am trying to display a variable in the file being called by setConfigurableAreas.
The wire:model and wire:click functions work fine. But I can not display the variable in blade view.
The variable is public, but in the blade it returns "Undefined variable $clientNewError"
public $clientNewError = 'test';
Beta Was this translation helpful? Give feedback.
All reactions