dcasia / column-toggler

A Laravel Nova package that allows you to hide/show columns in the index view.
MIT License
40 stars 5 forks source link

Computed field #13

Closed Keko-94 closed 11 months ago

Keko-94 commented 11 months ago

Hello

It doesn't work with computed fields.

Text::make(__('Enterprise'), function () {
    return $this->training->enterprise->name;
})

Thanks for this package !

milewski commented 11 months ago

It is because computed fields have no attribute! perhaps you can use ->displayUsing() instead

milewski commented 11 months ago

I figured out a way to make it work, released here: v0.1.1