Skip to content

1.0.2

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 smart rendering preformance

New

  • Added converter to columnModelList.editOption
  • Added beforeContent, afterContent to columnModelList.editOption
  • Added isFixedWidth to columnModelList option
  • Added appendRow() method
  • Added removeRow() method
  • Added selectRow event to on() method
  • Added refreshLayout() method
  • Added setDisplayRowCount() method
  • Added getIndexOfRow() method

Fixed

  • Duplicate rowKey when appending row after removing
  • No data in the handler function of on() method
  • Throws error when removing rows that have a rowSpan data
  • Scrolls to top when finishing edit mode of the text-convertible cell

API