cancel
Showing results for 
Search instead for 
Did you mean: 

How to get table cell text in a BSP TableView?

Former Member
0 Kudos

Hi all, I have a htmlb:tableView with a column that includes a link, like so:

<htmlb:tableViewColumn columnName = "DFKKOP_VKONT"
                       type = "user"
                       title = "Bkto" >
   <htmlb:link id = "BKTO_LNK"
               text = "123"
               onClientClick = "CopyVkontToClipboard()" />
</htmlb:tableViewColumn>

In this example the text of the link is always "123". But I want to display the text that would be in the field "DFKKOP_VKONT" (i.e. the value of that field) of the current line. Like if it would be a normal column without link.

Is there any way to achieve this?

Accepted Solutions (0)

Answers (0)