Skip to content

1.0.3

Compare
Choose a tag to compare
@dongwoo-kim dongwoo-kim released this 04 Nov 05:13
· 706 commits to master since this release

Changed

  • Improved resizing method
  • Focus on the input element automatically when inputting characters on the parent cell

New

  • Added setSize() method
  • Added inputEvents option to columnModelList.editOption
  • Added dblclickCell event to on() method
  • Added readyForKeyControl() method
  • Added callback function as a second parameter to setRowList() method

Fixed

  • Reduced width when using fixedColumnIndex
  • Duplicate value on getModifiedRowList()
  • setValue() Doesn't work correctly somtimes
  • Error when pressing the key with no focused cell
  • Position of the selection layer 1px lower than expected
  • onChange event not triggered when pressing 'Enter' key on IE
  • Unable to click an select box on IE
  • Distorted layout when making a selection on IE
  • The height of focused row expands on IE
  • Double click event not triggered sometimes on IE7, IE8

API