Question

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

Was it helpful?

Solution

what you are looking for is add_action

read their documentation it shows how to use it Documentation

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top