Skip to content

v4.21.1

Compare
Choose a tag to compare
@jajugoguma jajugoguma released this 06 May 08:07
· 79 commits to master since this release

Features

  • Add removeRows API (#1658)
    grid.removeRows(rowKeys: RowKey[]): void

BugFixes

  • Fixed an issue where row span using the row span attribute option would unravel when editing a cell (#1662)
  • Fixed an issue where appended data was not appended to createdRows in modefiedData when using the appendRows API (#1657)