I realize that there is no way to only show the add_action for certain records. Is there a way to gray out "ie can't choose" some of the add actions? I am adding this to a crud:
$crud->add_action('Complete This Survey', '', 'Configure/complete_survey', 'Select');
I only want to allow this for employees who are managers. After the rendering, can I go through the crud and gray out some of these buttons?