F
Filament2mo ago
Xavi

Reuse custom column view

Is It possible to reuse custom column view on a livewire component? I have a column that shows spam level for a domain, and i want to reuse it on view livewire component. But custom column uses getRecord() to access Model, and i don't know what i must send to view component to works Thanks
1 Reply
Patrick Boivin
Patrick Boivin2mo ago
Would it make sense to make a Blade component instead? You could use this component inside of the column template and anywhere else.