Row Selection

Tags: #<Tag:0x00007f8b1d165580>

Hi,

According to the document: https://handsontable.com/docs/7.4.2/demo-selecting-ranges.html
We could use “CMD” or “Ctrl” to select non-contiguous range of cells.
In this demo: https://jsfiddle.net/dc9Ley8o/ , I used “CMD” + “left click” to select a row and do the same again on the same row. I would expect the row is un-selected, however, it seems like the row is re-selected again (the background of row is darken). I am not sure if this is expected behavior.

Such “un-selected” behavior is useful when user wants to un-select a few rows from a range of selection.

Thanks so much.

Hi @lijigang.us

In my opinion, this is expected and intentional behavior.

If you will click on the one cell with CMD or Ctrl it behaves the same. This is the key feature for the non-contiguous selection - selection area receives class a bit darker after each selection.