Conditional action on view resource page
Hi! I'm trying to create conditional actions on a view resource page. Based on the value of a column. So far I tried using a condition on the visible attribute like this:
But
$record
always returns null
. Does anyone have a solution? Thanks in advance!4 Replies
try $this->record
$this->record does not seem to be allowed:
Thank you very much!