cancel
Showing results for 
Search instead for 
Did you mean: 

How to change appearance from a table

Former Member
0 Kudos

Hi experts,

how can I fade out the 'button' on the left side of a standard table? I have set the attribute:


design = transparent
footer Visible = ''

so the table look like an TextView. The only thing which disturbs is the row on the left side who looks like a button,....

It is possible do fade out this row? How?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

you should set attributes

row selectable to false

and selection mode to none

grtz,

Koen

ps sorry overlap

Message was edited by:

Koen Labie

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

The 'button' you are talking about is for selecting rows of the table. You can disable this by simple setting the <b>selectionMode</b> property of your <i>Table UI Element </i>to <i><b>none</b></i>.

Hope this helps.

Regards,

Neha