How to set prependActions on table
Is there a similar method to the ->prependActions() method when creating a table definition in a TableWidget?
I'm getting the Table Actions like this:
but I don't think there's a getTablePrependActions() method similar to ->prependActions() , so I tried making a public function, but that didn't work.
Where am I going wrong here?
I'm getting the Table Actions like this:
but I don't think there's a getTablePrependActions() method similar to ->prependActions() , so I tried making a public function, but that didn't work.
Where am I going wrong here?