How to make a button inside TextColumn make a button with ReplicateAction functionality
Hi guys, I wanted to know if there is any way to add a button inside a TextColumn. That is, I currently have an item name there and I want to put a button there that will duplicate the item in the database when clicked. Now I use an icon as a button, but duplication occurs when clicking on any part of this TextColumn, because the duplication logic is in ->action(ReplicateAction::make()...)

2 Replies
I think you need to „hack“ this a bit. Show an icon for that button inside the Column and add an action on the whole column.
This is how it works for me now, but because the column is wide it may not be convenient for the user, and I also need to somehow make the tooltip exactly above the button. I did not find a way to make it exactly above the icon, so I thought that maybe there is a way to place ReplicateAction inside TextColumn and then set the tooltip to ReplicateAction