Hello
I have been working in a new project and using GC Enterprise. The issue that has arisen is that the setActionButton function does not render a button. I am using the given example from the online documentation as is but there is not Avatar button showing after a browser cache clear and page refresh. The table works flawlessly otherwise.
The code used is directly copied from the example as: $crud->setActionButton('Avatar', 'fa fa-user', function ($row) { return '/view_avatar/' . $row->url; }, true);
The only thing I get on the page in the table rows is the edit, more -> view, delete buttons.
complete code is as follows in Codeigniter class
$this->loadGcView($outputt);
using bootstrap v4 theme
Can anyone help with this please?
Thank You
Andras