Provides group and individual item selection using mouse drag or shift/ctrl + click to select individual items.
View on Github.comUse Ctrl/Shift + click to select individual items and mouse drag to select groups, use shift and drag to append items to the selection.
Enables or disables drag select behaviour on the component.
onSelectionChange(function) - Default: noopCalled when the selected item change, receieves item keys as argument.
Manually sets an items selection status by its id.
clearSelection()Clears all selected items.
selectAll()Select all elements in the list.