How to render livewire component?
this is how to render a custom view in table. but, is it possible to render a livewire component? so i can work with custom livewire actions as well
use Filament\Tables\Columns\ViewColumn;
ViewColumn::make('status')->view('filament.tables.columns.status-switcher')