What I’m trying to do:
Hello everyone, I’m pretty new to anvil so forgive me stupid questions.
I created a small app with a Data Grid, getting data via a Data Table which is filled by a Server Call.
Data is received properly, and displayed in the Data Grid.
However, in the data table there is one column containing a Hyperlink to another website.
I want to achieve that, when the button of, e.g. row 3 is clicked, that the appropriate Hyperlink of this row is called (opening a new browser).
I tried to access the row in the button_1_click(self, **event_args) on click handler,
but I don’t know how to properly access the row data which contains the needed hyperlink.
Btw. opening the additional browsertab is not an issue right now.
Hopefully, you can point me in the right direction.
Thanks