v1.1
Added options:
- Added
isMulti
option tooptions.contextMenu
, defaultfalse
. This allows a context menu to act upon multiple rows if set totrue
rather than deselecting other rows first, which is the default behavior. - Added
deselectAfterAction
tooptions
to allow you to keep items selected after an action occurs, defaulttrue
- Moved
showSpeed
option tooptions.contextMenu
for consistency
Minor refactoring also performed.