Skip to content

v2.6.0

Compare
Choose a tag to compare
@seonim-ryu seonim-ryu released this 30 Nov 06:30
· 706 commits to master since this release

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