Replies: 1 comment 3 replies
-
The button component has what you need: https://sql.datapage.app/component.sql?component=button |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added some external links on the SQL page. If I click on a link, I want it to open in a new tab using the HTML target attribute target='_blank'. Let me know how to achieve this feature through an SQL query
the sample sql follows
"select 'SQLPage''s website' as contents,
'https://sql.datapage.app/your-first-sql-website/' as link,
true as italics;"
my requirement is to open the above link to new tab
Beta Was this translation helpful? Give feedback.
All reactions