Problem: Right now, in the events table, my users want to click the row to go to the edit page of the record. But there is a problem. I have this TextColumn, which has a url. So if the user clicks the row, but not clicking the text, it opens the TextColumn url.
So is confusing, because they havent clicked the text of that TextColumn, therefore they don't want to navigate to that TextColumn url, they want to navigate to edit the specified record.
What I want: So i want to instead of all the TextColumn space, create a button inside of it, so it is clear that if the user clicks the button will go where the button points to. otherwise, will go to edit the clicked row.