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
Thanks