Skip to content

Releases: nhn/tui.grid

1.5.1

28 Oct 06:54
Compare
Choose a tag to compare

Fixed

  • The state layer no longer overlaps the scrollbar now.

1.5.0

21 Oct 06:54
Compare
Choose a tag to compare

New

  • Added footer function
    • Automatically caculates the summary of all rows by each column
    • Support sum, avg, min, max, count type of summary
    • Use template function to customize the content of footer

Changed

  • Enhanced Tab order
    • Move from checkbox on the header to first cell of the same row
    • Move from the last cell to the first cell of the next row
  • dblclickCell event occurs on the dummyCell
  • The status layer does not overlap the pagination area

API

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

1.4.1

26 Sep 06:19
Compare
Choose a tag to compare

This release includes all changes in 1.4.0-x.

Fix

  • Support jQuery 3.0.0

Chore

  • Added grid.comb.min.js in dist files
    • This bundle file is combined with Backbone and underscore
    • Use this file if you use latest version of lodash instead of underscore

1.4.0-d

18 Jul 11:08
Compare
Choose a tag to compare
1.4.0-d Pre-release
Pre-release

Fixed

  • Checkbox on the header is not changed whenever data is changed
  • Value 0 (number type) is not shown on the view
  • State-Layer overlaps the header area

1.4.0-c

15 Jul 05:20
Compare
Choose a tag to compare
1.4.0-c Pre-release
Pre-release

Fixed

  • Reference error in stateLayer#refreshLayout
  • Value isn't changed when using useViewMode option

1.4.0-b

04 Jul 07:39
Compare
Choose a tag to compare
1.4.0-b Pre-release
Pre-release

New

  • Added copyOption.useFormattedValue to grid options

1.4.0-a

27 Jun 01:22
Compare
Choose a tag to compare
1.4.0-a Pre-release
Pre-release

Changed

  • columnModelList.toolbar.hasPagination (Deprecated) -> columnModelList.pagination
  • columnModelList.toolbar.hasResizeHandler (Deprecated) -> columnModelList.resizeHandle
  • columnModelList.toolbar.hasControlPanel (Deprecated) -> columnModelList.toolbar

New

  • Added grid.getPagination() method
  • Added custom theme options - heightResizeHandle, pagination

1.3.1-a

27 Jun 01:09
Compare
Choose a tag to compare
1.3.1-a Pre-release
Pre-release

Fixed

  • Header is not aligned when scroll to right edge
  • Error occurred if column name contains dot(.) character

1.3.0

02 Jun 08:08
Compare
Choose a tag to compare

New

  • Integreated DatePicker Component into the Grid.
  • Added component option to the columnModelList option

Changed

  • Row selection will not be expanded by merged cell

Removed

  • Removed jquery-json library dependency

Fixed

  • No border when toolbar exist but scrollX does not exist
  • Not enough width of the border when only scrollX exist
  • Not occurring valueChange event when useViewMode is false
  • Removing cell data using Delete key breaks the layout
  • Unusual behaviour when disabled row has merged cells

API

1.2.1

04 May 02:46
Compare
Choose a tag to compare

New

  • Added applyTheme() method.
  • Added default, striped, clean preset for applying theme.

Fixed

  • Layout bugs with bootstrap styles
  • Error occurred when copy & paste with data containing null value
  • Error occurred if focused row exist when changing pages

API