Hi,
I have ion auth 2 installed together with grocerycrud.
1. I would like the edit and delete button to appear to admin only and user can only see the view button view
I got the follow code,if (!$this->ion_auth->in_group($admin)) {, where do i add to the edit and delete button?
2. Let say first name, last name , can I hyperlink the word , instead of click the view button, they click on the name also lead to the result page.