Antoine
Multiline TextInputColumn
Thanks, this what I finally did and it works.
However, I would have liked to call a method from my TextareaColumn.php file from the view, like I would do for any Livewire component. But the method is never accessible from the view. The only way I found to update the value was to use x-on:click="$wire.updateTableColumnState(....)".
Do you have any idea why?
6 replies