Hi,
I have a condition on my add_action but everytime i look at the action column I still see the button
if ($this->bitauth->has_role('OLA-AO'))
{
return site_url('closecases').'/'.$row->caseno.'/add';
}
else{
return '';
}
in my action column i always have a button and its link is always the first. how can i make the action button disapear when the condition is not met.
