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.2w ago
im trying this
No description
prskv.
prskv.2w ago
but getting error
No description
LeandroFerreira
the test method should exist in the ListPage
Solution
Dennis Koch
Dennis Koch2w ago
Columns aren't Livewire components. You cannot call function on them this way
Top
Top2w ago
hello
Want results from more Discord servers?
Add your server
More Posts
php noob here - how should i create a crud page available to usersim confused between whether i should be using the admin panel, then conditionally render different rCan I display a relation in Forms like I can in Table?In my CampaignResource I have a title In the form a working Select ``` Forms\Components\Select::makIssue With Searchable SelectHey All - I have a dynamically created schema as shown below: ``` ->schema(function ($record) { $cresource authorization simple questionHey in my app I have a schools resource, super admins can make,view, edit and delete any school. rerule#👹┊no-help-only-pets اريد تحقق ان كان مبلغ الذي اريد اظافته اكبر من باقي فلا يستطيع عميل اظافته $Stuck on adding a livewire form modal as extraItemActions that is connected to another modelI have followed the steps on https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-compImport CSV inside a resource page to save exported data to a relationship table.Hello there. I have an order resource page, and a repeater inside of it to add products to the orderIs it possible to make clusters side navbar collapsible?I've been reading the documentation and i found that i can make the general nav bar collapsible addiHow require confirmation for TextInputColumn?I want to request confirmation to update a field to avoid accidental entry for Tables\Columns\TextInSQLSTATE[HY000]: General error: 1364 Field 'slug' doesn't have a default valueI tried to create a new tag in Filament, this is my Filament tag form: ``` public static functi