I need to be able to implement drill down type interface from a DetailViewer. I can change the value of the detailViewerField to a link or add a URL to an image but I can't add a clickHandler to neither the cell nor the contents.
Is there any way I can make a data cell in the DetailViewer be like a button on which when clicked, something can be invoked - like SC.say("hello")
Thanks.
Is there any way I can make a data cell in the DetailViewer be like a button on which when clicked, something can be invoked - like SC.say("hello")
Thanks.
Comment