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