I'm triying to implement Grocery-Crud for codeigniter, and I didn't have troubles until i needed to add a link for each row in my table . . . I need to add a column with links to see the details of each row
what you are looking for is add_action
read their documentation it shows how to use it Documentation