Skip to content

Releases: 6pac/SlickGrid

SlickGrid 2.3.16

04 Mar 13:38
Compare
Choose a tag to compare
  • remove header scroll handling as it is interfering with the horizontal scroll of the grid
  • reverse the recent change to the multicolumn sort indicator span location in the DOM
  • add getHeader() and getHeaderColumn() functions. Add these to public interface. Change getHeaderRowColumn and getFooterRowColumn so that they accept either a column id (text) or a column index (number) as a parameter
  • Detail view update (#202)
  • Fix various issues with tristate and multicolumn sorting, including #211, #212
  • in measureScrollbars(), use $viewport variable instead of looking it up in the DOM

SlickGrid 2.3.15

28 Feb 01:24
Compare
Choose a tag to compare
  • Add A key as keycode
  • headerMenu: move the CSS min-width into plugin code
  • headerMenu: autoAlign left if header drop menu is outside viewport
  • add emulatePagingWhenScrolling option so when scrolling down with downarrow, we have a choice about whether, when we reach the bottom row in the viewpost, to scroll a whole page down and relocate the active row to the top line (true) or just to move the viewport contents up one row (false)
  • deal with empty cacheEntry.RowNode in removeRowsFromCache
  • changed signature of sortedUpdateItem() to be the same as updateItem()

SlickGrid 2.3.13

21 Feb 05:23
Compare
Choose a tag to compare

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

SlickGrid 2.3.12

15 Dec 15:10
Compare
Choose a tag to compare
  • add empty label on checkbox selector for styling purposes
  • handle home/end key and the ctrl variants
  • add customizable picker title for i18n purposes
  • add customizable pager text

SlickGrid 2.3.11

10 Dec 03:07
Compare
Choose a tag to compare
  • fix formatter null value issues #174
  • fix formatter being called with no data #178

SlickGrid 2.3.10

10 Dec 03:06
Compare
Choose a tag to compare

Update version numbers

SlickGrid 2.3.9

10 Dec 03:06
Compare
Choose a tag to compare
  • add selection sync to group-checkbox-select example
  • TODO: allow selection/deselection of hidden groups

SlickGrid v2.3.8

18 Aug 13:35
Compare
Choose a tag to compare
  • minor bug fixes (Issues #140, #141)
  • minor bug fix: PR#124
  • fixes and improvements to excel cut and paste example
  • fix missing option default for options.showCellSelection (unintentional breaking change)
  • change default formatter rendering code to accept non-string simple types, further changes to formatter type recognition as per issue #123

SlickGrid v2.3.7

13 Jun 02:17
Compare
Choose a tag to compare
  • Create the scrollColumnIntoView function to go to a column without scrolling rows (thanks to PivotalGeorge)
  • minor internal fixes
  • add handle for external column reorder initialisation by passing a function as the value for option AllowColumnReorder
  • add getUID and header stats function to public interface
  • add pre-header row to grid, for user-customisable purpose
  • add draggable grouping plugin and example page (thanks to muthukumarse)
  • add getCurrentRange() to CellRangeSelector
  • add functions sortedAddItem() and sortedUpdateItem() to DataView (thanks to Andre Jonsson)
  • add new example for grouping with checkbox selection of rows and groups
  • add custom offsets for selection box boundary (default to existing)
  • add favicon to all example pages
  • add example of footer row totals as requested by various people
  • add two self-contained multiselect examples (thanks to Tausif Akhter)
  • enhancements to make cellselectionmodel more flexible

wiki improvements are on the way!

SlickGrid v2.3.6

02 May 00:15
Compare
Choose a tag to compare
  • add new type of formatter to allow cell style manipulation
  • fix MLeibman #1086 - removeCellCssStyles Issue
  • fix #88 - Allow retrieval of default DataView filter
  • add editor preclick mode for one-click checkbox editing and other immediate-click editor functionality. add the one-click checkbox to example4-model
  • fix #82 - jquery.event.drag issue with new jQuery versions
  • fix minor issues in Excel copy plugin and example, add readOnlyMode to this plugin
  • allow passed grid container object to be either a jQuery object or plain DOM object
  • add new options for column sorting behaviour on clicking the column header
  • add npm files and update npm repo