I have worked through the tutorials and it works without adding a custom add_action. When I add:
$crud->add_action('More', '', 'demo/action_more','ui-icon-plus');
nothing changes in the data grid. It still just displays the three icons, a magnifying glass, a pencil, and a red plus sign.
How do I add custom links to that?
Thanks.