F
Filament11mo 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.OP11mo ago
im trying this
No description
prskv.
prskv.OP11mo ago
but getting error
No description
LeandroFerreira
LeandroFerreira11mo ago
the test method should exist in the ListPage
Solution
Dennis Koch
Dennis Koch11mo ago
Columns aren't Livewire components. You cannot call function on them this way
Top
Top11mo ago
hello

Did you find this page helpful?