Create a selection model whereby clicking on a row will select the row in addition to other selected rows, or deselect it if already selected. This is supported by default onEventSelectRow
, but requires the user to hold the CTRL/Cmd key during the click.
Subscribe to the rowClickEvent
with a custom select method.