F
Filament8mo ago
prskv.

How call my component function in livewire?

How i can call test() in tables.columns.fast-change-input.blade.php?
No description
Solution:
Columns aren't Livewire components. You cannot call function on them this way
Jump to solution
5 Replies
prskv.
prskv.OP8mo ago
im trying this
No description
prskv.
prskv.OP8mo ago
but getting error
No description
LeandroFerreira
LeandroFerreira8mo ago
the test method should exist in the ListPage
Solution
Dennis Koch
Dennis Koch8mo ago
Columns aren't Livewire components. You cannot call function on them this way
Top
Top8mo ago
hello

Did you find this page helpful?