Button style for hyperlink field

Hello,

I don’t think this is possible. @natalie-grist or @dmitry-grist, Hi this is Jennifer B, is there a way to code a button within a table using Python? I understand you can create a custom widget, but do you intend to add a feature to where we can code inside a row and add the column ID or do you already have this capability? The image is a rough example. Currently, all the code is in one place, but ideally, it would be nice to put the link in one column and then the name in another column, then add the ID into the HTML code.

<button style="padding:6px 10px;background-color:lightred;border:solid 2px #ddd"><a style="text-decoration:none;color:#353535" href="$URL" target="_blank">$Add_Name</a></button>

Any thoughts on this, please?

Thank you