Calling livewire component from xdata
I am writing a ResizeableTextColumn component for use in Filament Resource table
This is a sample of usage
This is an example of my code and I need to emit back to the server to persist the user defined width (attached) and the livewire listener
I see that window.livewire is undefined so the emit never works. The objective is send the resizing info back to the listener to persist it. I am new at Laravel and filament but understand the concepts (developer for 40+ years)
0 Replies