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

Unable to add URL link to column value with pivot table #16778

Closed
VikramKumarArammeem opened this issue Sep 22, 2021 · 7 comments
Closed

Unable to add URL link to column value with pivot table #16778

VikramKumarArammeem opened this issue Sep 22, 2021 · 7 comments
Labels
#bug Bug report

Comments

@VikramKumarArammeem
Copy link

A clear and concise description of what the bug is.

image

While trying to add external link(url) with pivot table column value its not converting them as link. its simply pasting the html code with column value.

At same time if chart is simple table it is successfully generating link with column value...

what you expected to happen.

I was expecting that while adding link to column value using html text it should reflect value with click enable.

what actually happens.
Actual result: Pivot column value unable to convert html syntax to add link to text/number. it just showing entire html text with number

Screenshots

Expected: Need value should be clickable with added link
image

This is what happening now:

image

Any help would be highly appreciated

@VikramKumarArammeem VikramKumarArammeem added the #bug Bug report label Sep 22, 2021
@junlincc
Copy link
Member

hi @VikramKumarArammeem, we can confirm that this functionality is not designed or being supported in both legacy(the one you are using) and pivot table v2(in latest master or 1.3).
Having a clickable link may open up some security concerns, and supporting it as an optional feature is a bit of a maintenance burden.

We can embed a google sheet table that contains linked cells to the dashboard though.

@moksh-enf
Copy link

Is there any update on this because clickable links are possible in Normal tables but giving an issue in Pivot table

@rusackas
Copy link
Member

I'm not aware of this being on anyone's roadmap at the moment, but like open source project always say, we're happy to help review PRs :)

@moksh-enf
Copy link

I figured out a way to add links into the Pivot table but not sure if a lot of people require this feature which is why I did not raise a PR.

However, if needed, I could create a PR and with some help add that feature.

@AnidhaCo
Copy link

I figured out a way to add links into the Pivot table but not sure if a lot of people require this feature which is why I did not raise a PR.

However, if needed, I could create a PR and with some help add that feature.

It would be great if you could let me know the way you have figured out to add links to the Pivot table.

@moksh-enf
Copy link

Make the following changes in TableRenderers.jsx

image

image

image

@Enzozzzz
Copy link

Make the following changes in TableRenderers.jsx

image

image

image

userful! thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

No branches or pull requests

6 participants