Is there any way to pass data through :configParams from data on the view? #136
Unanswered
ricardo-nunez-ricoh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i would like to know if there is some way to use :configParams other than you manually assigning the value from data on the view or js or something.
<livewire:table :config="App\Tables\GroupUsersTable::class" :configParams='["group_id" => "{{ $group->id }}"]'/>
Something like this, instead of :
<livewire:table :config="App\Tables\GroupUsersTable::class" :configParams='["group_id" => "2"]'/>
I'm somewhat new to laravel, sorry if the question doesn't make any sense, and thanks.
Beta Was this translation helpful? Give feedback.
All reactions