Livewire Component (beta)

Livewire Component Columns allow for the use of a Livewire Component as a Column.

This is not recommended as due to the nature of Livewire, it becomes inefficient at scale.

component

1LivewireComponentColumn::make('Action')
2 ->component('PathToLivewireComponent'),

Please also see the following for other available methods: