Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Rendering hyperlinks in tables generated by running SQL #380

Open
anugyas opened this issue Apr 19, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@anugyas
Copy link
Contributor

anugyas commented Apr 19, 2024

If I am returning Apple as part of the table that is generated by running the SQL , I want to hyperlink to Apple in the table so that the user can click on it and go to https://www.apple.com/. Right now I am able to format the returned output to generate the following string in the table <a target = "_blank" href="https://www.apple.com/">Apple</a> but this hyperlink is rendered as a string and not formatted into a hyperlink.

Possible solution: Using DataTables.js
https://stackoverflow.com/questions/67222580/datatables-js-hyperlink-from-url-json-data

@zainhoda zainhoda added the enhancement New feature or request label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants