Skip to content

SlickGrid 2.3.13

Compare
Choose a tag to compare
@6pac 6pac released this 21 Feb 05:23
· 951 commits to master since this release

Major addition:

  • add Row Detail panel plugin
  • add example: example16-row-detail

Minor enhancements:

  • add OnColumnsChanged event to columnpicker and gridmenu
  • misc small changes to GridMenu control
  • require newRowCreator() function for new rows to be created in cellexternalcopymanager plugin
  • add grid parameter to Formatter call
  • add option to hide 'Force fit' and 'sync rezise buttons in columnpicker and gridmenu controls
  • widen drag areas for columns #184

Bug fixes:

  • clear selection if selectActiveCell is False as per PR #192
  • prevent multiselect behaviour from shift-UP/DOWN when multiSelect option false
  • displayed page number being zero-based
  • force re-measument of scrollbars on resizeCanvas as per PR #182
  • FloatEditor truncating decimals #196