Skip to content

v1.1

Compare
Choose a tag to compare
@torrobinson torrobinson released this 10 May 18:29
· 18 commits to master since this release

Added options:

  • Added isMulti option to options.contextMenu, default false. This allows a context menu to act upon multiple rows if set to true rather than deselecting other rows first, which is the default behavior.
  • Added deselectAfterAction to options to allow you to keep items selected after an action occurs, default true
  • Moved showSpeed option to options.contextMenu for consistency

Minor refactoring also performed.