Forum Discussion
anandsoftweb
8 years agoAdvocate V
Custom Table Visual URL issue
Hello Folks, I have created table custom visual but it has issue with open the URL on direct click of table cell. So is there any way to open the direct link on click of table cell( or td) in...
v-viig
8 years agoCommunity Champion
Custom Table should implement the same way as implemented in Sample Bar Chart.
You should bind data with hyperlink to each cell to be able to get data onClick event.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
anandsoftweb
8 years agoAdvocate V
The way I want is in custom table in which it should bind with multiple row click event so here I am not sure how to bind on table on each row click. do you have any example which is doing exactely the same which I want.
Thanks
- v-viig8 years agoCommunity Champion
We don't have any sample that does exactly the same.
We'd suggest you should bind a click event using addEventListener if you use plain JS or use .on('click', ) if you use d3 or jQuery.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals