cancel
Showing results for 
Search instead for 
Did you mean: 

Personas 3.0: How to detect user's multi-row table selection?

Former Member
0 Kudos

Personas 3.0 experts,

This is a simple point earning question: .-)

Use case:

I have a table, say, 5 rows and 5 columns. User can select multiple rows, say, rows 1 and 3. On UI I have a script button which will detect the multiple row selection, rows 1 and 3, then display the contents of columns 2 and 4 of the rows 1 and 3, into a long string.

How is the script look like for this task?

Thanks.

Dong Zhu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use ".selectedRow" property, which will return a string of selected rows.

Dong

Answers (0)