-
Notifications
You must be signed in to change notification settings - Fork 782
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
add link or onclik on whole row #55
Comments
HI @gos-sebastian, I think if add link to whole row is impossible, but if cell, it work. You can use cell format to solve this problem |
hacky way to do it:
|
@AllenFang could we revisit this issue and potentially turn it into a feature request instead of closing it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I easily add link to row?
It looks you use .text() to format results in table but I couldn't found it in code.
I'm trying to add link Link to page from JSON as separate column but I got <a href="page-n.html">Link to page</a>
Other solution would be adding onclick to whole row but I didn't found it in your documentation.
Let me know how I can quickly add links.
The text was updated successfully, but these errors were encountered: