This release introduces one major addition - selectable rows and keyboard shortcuts to manage selection.
Add {selectable: true}}
to Sensei Grid settings and rows will be made selectable. By default a checkbox is displayed per each row that can be used to toggle the selected state of a row. However a few keyboard shortcuts can be used instead of clicking, e.g., space
to toggle the current row. Use shift+up/down
to extend selection up or down (this will also select the current row). Press shift+a
to select/unselect all rows in one go. More info about keyboard shortcuts and a live demo can be found on the full demo page.