Skip to content

Releases: torrobinson/datatables-contextual-actions

v.1.3.2

03 Nov 17:13
ed17f6e
Compare
Choose a tag to compare

Features:

  • #14 - Adds startsNewSelection option to allow row selection of isMulti configurations to reset when a non-selected row is right-clicked

v1.3.1

24 Sep 19:04
0ae81f6
Compare
Choose a tag to compare

Fixes:

  • #13
    • Prevent menu from overflowing past window bounds
  • Prevent right-clicking and using the browser's context menu on this plugin's context menu itself

v1.3

27 Jan 04:02
6b54e54
Compare
Choose a tag to compare

New features:

  • headerRenderer can now be set to false to disable the context menu header entirely
  • headerIsFollowedByDivider option added to toggle adding a divider after the header in the context menu, if one is shown

v1.2

09 Oct 18:50
6565b1c
Compare
Choose a tag to compare

New features:

  • Added showStaticOptions to options.contextMenu config. When true, static options from your config will be rendered in the context menu. Defaults to false.

v1.1

10 May 18:29
Compare
Choose a tag to compare

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.

v1

10 May 17:21
Compare
Choose a tag to compare
v1

This was the initial release prior to refactoring and config changes