Skip to content

1.6.0

Compare
Choose a tag to compare
@dongwoo-kim dongwoo-kim released this 28 Nov 03:52
· 706 commits to master since this release

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