Dave Wize's avatar

A way to hide empty fields on nova details view?

I want to hide all empty fields on detials view is this possible?

0 likes
2 replies
tesren's avatar

This worked for me

->hideFromDetail(function () { return $this->field_name == null; })

Please or to participate in this conversation.