Skip to content

v2.0.0

Choose a tag to compare

@hjalmers hjalmers released this 23 Mar 10:44
· 563 commits to main since this release

[2.0.0] - 2017-03-23

Added

  • Support for selecting rows, enable by setting gtOtpions.rowSelection to true (issue #53, issue #59)
  • Support for selecting/deselecting and expanding/collapsing all rows (issue #58)
  • Support for redrawing table from custom column component, useful when custom column component alters other cells in row (issue #57)

Improvement

  • Lazy loading now uses default template (easier to keep code changes in sync)

Breaking changes

  • project has changed name from angular2-generic-table to angular-generic-table to comply with angular guidelines
  • isOpen property has been removed from row object, instead access isOpen state on row using myTable.getRowState(row).isOpen it's now also possible to see if a row is selected using myTable.getRowState(row).isSelected