As you can see below, the part highlighted in red does not have a TableHeaderComponent, nor does it raise any cellClicked() events when selecting this area. However it is still painted, thereby highlighting the entire row, even though logically nothing has been selected. I was just wondering if the row should be “selected”/painted even though it hasn’t really been as no event for the click is occurs?
I’m using cellClicked and cellDoubleClicked to select and deselect rows respectively.