Skip to content

SlickGrid 2.3.16

Compare
Choose a tag to compare
@6pac 6pac released this 04 Mar 13:38
· 928 commits to master since this release
  • 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