javascript - Row Selection behaviour sap.ui.table.Table -


i trying let user select multiple lines mouseclick.
when set

{selectionmode: "multi", selectionbehavior: "row"}   

i behaviour jsbin.
users can select multiple rows ctrl + mouseclick , deselect rows ctrl + mouseclick. if user clicks on row deselect without pressing ctrl deselects other rows.

is there chance select , deselect rows mouseclick?

you'll have use selectionmode "multitoggle".

http://jsbin.com/vizozutubi/edit?html,js,output


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -