This line is missing a closing quote on linke-team-1-title which is causing the rest of the code to not work. There could be other issues but definitely want to fix and debug after this first.
table rows in Velo do not have a link property that can be assigned to make them clickable. Instead use an event handler to listen for click events on the table rows and then navigate to the URL when a row is clicked
Thank you very much! The only (small) challenge I have left is the fact that the mouse pointer doesn’t indicate that the table row is clickable. Instead, it seems to suggest that you can write in the table row. Is there a fix?