cancel
Showing results for 
Search instead for 
Did you mean: 

Table multi selection

Former Member
0 Kudos

Hi,

I've got a table where clicking a button in a table row navigates to a view that allows editing this row's element (by using IWNode.getCurrentElement( ) ).

I want the user to also be able to navigate to another page that allows editing all the elements of a multiple selection. Would this be possible by also using these 'edit buttons', or would I have to add a button above the table somewhere?

In short: would clicking such an edit button of a line 'destroy' the multi selection?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

No, clicking a button in a row does not influence the multi-selection. It also doesn't influence the lead selection if you are in a "new" component or have set compatibilityMode to nw04plus for the table.

Armin

Answers (0)