izica / relations-widgets-for-backpack

Views/widgets for preview laravel relations in laravel backpack
MIT License
28 stars 13 forks source link

Support wrapper in columns "relation_table" #13

Closed Oxicode closed 1 year ago

Oxicode commented 1 year ago

please

image

izica commented 1 year ago

Hello, you can try to do this:

[
    'label' => 'Value, $',
    'closure' => function($entry){
        return "<span class='badge badge-{$entry->colorStatus}'>{$entry->status}</span>";
    }
],