Skip to content

Releases: nhn/tui.grid

v2.6.1

12 Dec 13:02
Compare
Choose a tag to compare

Fixed

  • Fixed wrong cell focusing when calling hideColumn API after scrollLeft value is changed
  • Fixed that the selection is created when a cell is clicked by mouse right-button after clicking mouse left-button on Chrome and Safari

v2.6.0

30 Nov 06:30
Compare
Choose a tag to compare

Added

  • columnOptions.frozenBorderWidth : This option sets a border width of the frozen columns

Updated

  • setLanguage() : This static API sets messages using in grid by the locale code and setting data is added on this API as the second parameter (ref.)
tui.Grid.setLanguage('en-US', {
    display: {
        noData: 'No data',
        // ...
    },
    // ...
});
  • tui-code-snippet v1.2.9 : With this version, scroll performance can be faster when using virtualScrolling option

Fixed

  • Fixed that the focus is wrong after making selection contained the last column when using hideColumn()
  • Fixed that the value of row-key is wrong in mousedown event when the cell border is clicked
  • Fixed that the first column width in the left-side table is changed when using virtualScrolling option and scrolling

v2.5.0

26 Oct 02:37
Compare
Choose a tag to compare

Added

  • summary : This option creates a summary area and the feature of option is the same as previous footer option
  • summary.position : This option sets the position of the summary area (top or bottom)
  • setSummaryColumnContent() : This API sets summary contents to each column dynamically and the feature of API is the same as previous setFooterColumnContent()

Deprecated

  • footer
  • setFooterColumnContent()

Fixed

  • Fixed focus issue that hidden columns are in the fixed column area when using frozenCount option and hideColumn()

v2.4.1

28 Sep 02:04
Compare
Choose a tag to compare

Fixed

  • Focus issues
    • Wrong cell focus after changing the height value of element above grid
    • Double focusing when setting frozenCount option
  • Rendering issues
    • The rows are not rendered when the scrolled change range is large and setting virtualScrolling: true option
    • The rows are not updated and the data of frozen columns are removed when using setFrozenColumnCount API
  • Update eslint-config-tui

v2.4.0

08 Sep 08:23
Compare
Choose a tag to compare

Added

  • copyOptions.useListItemText : When this option is used, the copy value is concatenated text

Fixed

  • Improved performance issues using virtualScrolling option
  • Fix that returning a value of getCheckedRowKeys API
  • Fix that not restored a focus state
  • Fix that scrolling to top when using heightResizable option

v2.3.0

27 Jul 10:56
Compare
Choose a tag to compare

New

Added

  • Thecell.focusedInactive option is added on applyTheme API's paramter to set color of inactive focus.
  • The issue template is added on issues page.

Fixed

  • Fixed that the focus is disappeared when a non-cell area is clicked.
  • Fixed that the date set on other focused cell when date-picker layer is closed. (#49)

2.2.0

30 Jun 03:37
Compare
Choose a tag to compare

Added

  • Added the grid instance on event object as a instance property

Fixed

  • Fixed that the copied data of excel is incorrected when using the clipboard on Windows OS
  • Fixed that the rendering performance is degraded when using the virtual scrolling
  • Fixed that click event returns targetType: 'etc' when service page is scrolled
  • Fixed some issues when the data is empty
  • Fixed thatbodyHeight: 'fitToParent' is not applied when grid is created

API

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

1.9.1

02 Jun 02:03
Compare
Choose a tag to compare

Fixed

  • Fixed that the editing layer floats when enabled the useViewMode option and the cell data made by returned value of the converter function

2.1.0

25 May 01:21
Compare
Choose a tag to compare

Added

  • Added DatePicker component options (ref.)
    • timepicker : Set to time-picker on the layer
    • type : Set to month or year-picker on the layer
  • Added template option on each item of rowHeaders option to customize the contents in row headers (e.g.)

Fixed

  • Fixed the margin is created on container after removing a row
  • Fixed the date-picker layer is closed when using editingEvent: 'click' and the date is selected

API

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

2.1.0-a

26 Apr 14:34
Compare
Choose a tag to compare
2.1.0-a Pre-release
Pre-release

New

  • Added selectionUnit to grid options
  • getIndexOfColumns() : Get index number of specified column by column鈥檚 name
  • selection() : Select cells or rows by range
  • selection custom event occurs when selecting cells or rows on Grid

Added

  • net.request() : Returns the state of request action

Fixed

  • Fixed unconditionally executing onBeforeChange callback when the value is changed
  • Fixed the URI decoding error when URI is including % string