cancel
Showing results for 
Search instead for 
Did you mean: 

TreebyKeyTableColumn always comes up as first column

former_member220853
Participant
0 Kudos

Dear All

We have a requirement that a checkbox column be the first column of the Table but as soon as I add the column TreebykeyColumn it occupies the first position.Is there a way we can move it to second position somehow

Thanks and Regards

Gaurav

Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor
0 Kudos

Hi Gaurav,

I believe the TreeByKeyTableColumn element is designed to always occupy the first column. If all you need is a checkbox though, maybe you could use the selection column (highlighted in red below) that comes with the table by default since it is logically the same concept as a checkbox. Users could select one or more rows by clicking the selection column. See demo component, WDT_TREE_TABLE_BY_KEY.

Cheers,
Amy