Skip to content

Releases: nhn/tui.grid

2.0.0

11 Apr 10:09
Compare
Choose a tag to compare

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鈥檚 state (columnName, ascending)

API

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

1.9.0

10 Mar 06:16
Compare
Choose a tag to compare

New

  • findRows() : Find rows by column name and value
  • check/uncheck custom event occurs when a checkbox in row header is selected

Fixed

  • Fixed rowKey value in a parameter of custom mouse event when using keyColumnName option with string-typed column
  • Fixed scroll jumping bug when using smart rendering

API

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

1.8.1

24 Feb 07:45
Compare
Choose a tag to compare

Fixed

  • Fixed calculation of rendering range when rowspan exsists on the last row

1.8.0

13 Feb 01:42
Compare
Choose a tag to compare

Changed

  • With useViewMode: false, cells whose type is one of checkbox, radio, select change their own value when the change event is triggered

Added

  • Added copyOption to the columnModelList which overrides the global copyOption and defines column specific settings

API

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

1.7.2

02 Feb 08:16
Compare
Choose a tag to compare

Changed

  • Improved clipboard pasting feature : duplicate data according to the area

1.7.1

16 Jan 08:37
Compare
Choose a tag to compare

Fixed

  • Fixed footer area layout when resizing column
  • Fixed missing bottom-border of empty footer area
  • Fixed dummy row rendering bug
  • Fixed #9

Added

  • Added isUpdateOriginal option to Net#request method

1.7.0

04 Jan 03:54
Compare
Choose a tag to compare

Changed

  • Adjusting every width of columns to the width of the container no longer occurs during and after changing the width of single column
  • getModifiedRowList() no longer contains data of columns specified in the filteringColumnList options

New

  • setBodyHeight() : Sets the height of body-area
  • readDataMethod option for Net Add-on : Sets the HTTP method for readData API

API

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

1.6.2

15 Dec 09:07
Compare
Choose a tag to compare

Fixed

  • Fixed script error occurring when setting selectType to radio and clicking a cell.
  • Fixed dummy-rows rendering issues.
  • Prevented bodyHeight from being changed when rows are added or removed, if isFixedHeight is set to true.

Etc

  • Shows warning message if the isFixedRowHeight(default: true) and notUseSmartRendering (default: false) both are set to false.

1.6.1

01 Dec 05:54
Compare
Choose a tag to compare

Fixed

  • Fixed missing dummy rows during initial render

1.6.0

28 Nov 03:52
Compare
Choose a tag to compare

New

  • Added resetColumnWidths() method
  • Added bodyHeight, isFixedHeight, isFixedRowHeight option
  • Added sub options to columnModelList
    • whiteSpace: nowrap (default), normal
    • dataType: only number type is supported currently
    • valign: top, middle (default), bottom
  • Enabled to set _extraData.height property to specify the height of row

Fixed

  • State layer no longer overlaps the scrollbar area
  • Fixed sorting issues related to null or undefined data
  • Fixed validation issues with isRequired option
  • Fixed error occurs when clicking cells with singleClickEdit and showDummyRow option

Deprecated

  • Deprecated displayRowCount option. Use bodyHeight and isFixedHeight instead

API

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