Hide Actions column without disabling actions

I am using CI4
I am using Flexigrid.

How can I hide the actions column without disabling the ability to edit ?
If I unset all (clone, delete, edit), the column is hidden.
But I wrote a routine for callbackcolumn id, that will replace the id with a link to the edit page.
When I unset edit, I get an error.

I just need to hide the actions column entirely (Actually, it’s taking much space) without disabling edit… etc…

The only way I could do it is by removing the relevant code of the entire column from the view (I added a false argument to the if statement before it would echo out the result… I think it’s a dirty work-around, but it works…