Skip to content

1.1.0

Compare
Choose a tag to compare
@dongwoo-kim dongwoo-kim released this 04 Nov 05:10
· 706 commits to master since this release

Changed

  • Changed namespace from ne to tui
  • Separated Meta-Column (_button, _number) from Data-Column (normal column)
  • Column-indexes now excludes Meta-columns and includes only Data-columns
  • Replaced columnFixIndex option with columnFixCount
  • Replaced setColumnFixIndex() method with setColumnFixCount()
  • Excel-Download buttons in the toolbar area will be hidden if there's no matching API registered in the Net Addon.

New

  • Added showColumn() and hideColumn() method

Fixed

  • Unexpected change of ScrollTop in IE7 (recurrence)
  • Mouse-wheel doesn't work on the scrollbar area
  • Scrollbar doesn't work in IE11 for Windows 10
  • addRowClassName(), removeRowClassName() doesn't work
  • Incorrect layout with Bootstrap css
  • Unable to move a cursor by clicking the point in the input element when using singleClickEdit option

API