Skip to content

SlickGrid 2.3.15

Choose a tag to compare

@6pac 6pac released this 28 Feb 01:24
· 1133 commits to master since this release
  • 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()