Skip to content

2.0.0

Compare
Choose a tag to compare
@seonim-ryu seonim-ryu released this 11 Apr 10:09
· 706 commits to master since this release

Changed

  • Name of APIs (options, method, custom event) (Applied common rules)
    • Arrange list terminology : removed unnecessary list term from API name, separating that pure data is data and processed data is rows
    grid.setData(); // before: setRowList
    grid.getRows(); // before: getRowList
    • Removed is- prefix
    • option -> options
  • Some specification
  • See all changes of v2.0.0 : https://github.com/nhnent/tui.grid/wiki/TUI-Grid-2.0.0-Migration-Guide

Added

  • getSortState() : Enabled to get current sorting column’s state (columnName, ascending)

API

https://nhnent.github.io/tui.grid/2.0.0