F
Filament4w ago
taqi

How to render livewire component?

use Filament\Tables\Columns\ViewColumn;

ViewColumn::make('status')->view('filament.tables.columns.status-switcher')
use Filament\Tables\Columns\ViewColumn;

ViewColumn::make('status')->view('filament.tables.columns.status-switcher')
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
2 Replies

Did you find this page helpful?