cancel
Showing results for 
Search instead for 
Did you mean: 

table rows can't be selected / highlighted

Former Member
0 Kudos

Hi All,

I would like to know how table rows in BSP can be selected / highlighted. I was working with enhancement in standard application ERP_IT, but I need table rows to be selected to put some validation. Does anyone have an idea how to do this?

Regards,

Louie

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Louie,

You should pass the following parameters to the TableView.

selectionMode = "MULTISELECT"

displayMode = ' '

Answered!