Releases: torrobinson/datatables-contextual-actions
Releases · torrobinson/datatables-contextual-actions
v.1.3.2
v1.3.1
v1.3
New features:
headerRenderer
can now be set tofalse
to disable the context menu header entirelyheaderIsFollowedByDivider
option added to toggle adding a divider after the header in the context menu, if one is shown
v1.2
New features:
- Added
showStaticOptions
tooptions.contextMenu
config. Whentrue
,static
options from your config will be rendered in the context menu. Defaults to false.
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.
v1
This was the initial release prior to refactoring and config changes