cancel
Showing results for 
Search instead for 
Did you mean: 

htmlb:Tableview with custom selection buttons

TMNielsen
Contributor
0 Kudos

Hello

I have created a htmlb:tableview table with single line selection.

First column is a line selection button.

In my tableview I also have an image column.

Can I remove the standard line selection column and make my image column trick the line selection?

best regards

Thomas Madsen Nielsen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In my oppinion no!

But you can use your own selection mode and use the iterator to react on

the click of your image/button.

Regards Matthias

TMNielsen
Contributor
0 Kudos

Hello Matthias

You ansvered no, but still you gave me the solution.  =0)

In the htmlb:tableView I change to selectionMode = 'NONE' and in the htmlb:tableViewColumn I added the onCellClick attribute.

In the event handler i changed from using attribute selectedrowindex to row_index.

Thanks

Thomas Madsen Nielsen