Multiple row selection

Tags: #<Tag:0x00007f8b1d91bc98>

Get all selected row data information of handsOn table.

Hi @chandjo725

You can use the afterSelectionEnd hook and its 4 parameters (startRow, startColumn, endRow, endColumn) to define values of the cells in the selected range.
When you have the cell coordinates you just call the hot.getDataAtCell(row, col) to get their values.