Skip to content

1.1.1

Compare
Choose a tag to compare
@dongwoo-kim dongwoo-kim released this 07 Jan 07:47
· 706 commits to master since this release

Changed

  • Changed pagination UI.

New

  • Clicking or dragging the column header makes the selection of the whole cell in the column.
  • Clicking or dragging the row-number cell makes the selection of the whole cell in the row.
  • Able to use 'readData()' method of 'Net' to request data to the server.

Fixed

  • Layer expands to the toolbar area, even if toolbar was hidden.
  • Error occurred when data(rowList) has a null item.
  • Virtual scrollbar disappears when calling hideColumn() or showColumn()
  • Focus flicks and disappears when calling focus()
  • Router doesn't maintain page number when refresh page.
  • Focus doesn't disappear when the cursor was outside of the grid area.
  • When calling appendRow(), data related to the existing rowspan column disappears.
  • Error occurred when calling addRowClassName() or removeRowClassName().

API