© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
3 replies
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
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Render Livewire Directly using the View component
FilamentFFilament / ❓┊help
3y ago
render hook livewire component: pass current record
FilamentFFilament / ❓┊help
3y ago
Livewire component fails to render Leaflet Map inside infolist
FilamentFFilament / ❓┊help
14mo ago
How to mount() like Livewire Component?
FilamentFFilament / ❓┊help
3y ago