Hi,
I have a TableView with 4 columns. Column 1 is clickable, when I move the mouse over this column the hand shows up, and on clicking the column it calls the appropriate event associated.
I would like to make the values in this column show up as a hyperlink, indicating the column to be Clickable.
When I do <a href=''> Value </a>, in my cell renderer. The resulting Tableview Clickable column shows up as a hyperlink.
When I click on this hyperlink, it gives me a runtime error.
Is it possible to click the hyperlink, to go to the appropriate event associated to the column.
Any advice would be appreciated.
Thank you.
NAC