Deselect selected row by click

Tags: #<Tag:0x00007f8b198d0ee0>

Hello,
I can select multiple rows with ctrl + click. Is it possible to deselect specified row from multiple selected rows in this same way?

Hi @lukasz.zablocki.lz1

There is only one method that deselect cells and it runs for the whole selection. So if you would like to select fewer cells from the area you’d need to call selectCell() method with a new range of cells.