Override Table::configureUsing
Hi All,
I have below in my app service provider
Now i have a table where i need the action to be a link.
i have tried below, but the
configureUsing
is still being applied, and the action is still a iconButton
, Is this a bug or a feature?
Thanks for the support1 Reply
For now i solved it doing, but want to know if it is possible like i have in my question.