Display Action Text in Table as Button
Using the following code below, is there a simple way to change the current Icon and Text for the Action to a button instead without having to create a custom column?
7 Replies
Hi @rubendn, have you tried :
Thank You! That works great.
One more question, is the positioning of Actions in a table only the default END or BEGINNING of the table? Is there a way to position an action among the columns in the middle somewhere?
Not with an action, you can make the column actionable instead opposed to a table action
If I’m adding an action on a textcolumn how do I define the modal?
You can do ->form then action handles the data and map to model saves it
If memory serves me right
Thank you for leading me in the right direction...
This worked:
Very welcome dude!