Hi,
Could anybody tell what does the API "setLinkClickTarget(String arg0)" which is in TableColumn class do. I am not clear exactly how it works.
I have used in my Bean to customize the table column as shown below.
TableColumn column = model.getColumn("OBJECT_ID");
column.setTitle("Job Request");
column.setLinkClickTarget("http://www.sap.com");
It doesn't do anything..I was expecting it to take me to SAP website when I click on this column.
any one has any clue....
Thanks
Suresh