Available for select projects New York · Working worldwide
Rappasoft LLC
Menu

Laravel Livewire Tables / Documentation / v4

Livewire Component (beta)

Installation, configuration, and usage guidance maintained with the project.

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: