Skip to content

1.0.0-beta1 — Header API changes, Size property added, Custom Styling

Pre-release
Pre-release
Compare
Choose a tag to compare
@Saulis Saulis released this 03 Dec 11:52
· 2150 commits to master since this release

Change log

  • Issues closed in this milestone.
  • Custom styling for default primary color and row heights (#240)
  • header-textattribute removed from <col> element, <thead> is the only way to customize the column headers declaratively (#232)
  • grid.columns[...].headerContent was removed. Instead, header.getCell(...).content API can be used to access the default header row cell content (#232)
  • Grid exposes size property; removing the necessity to pass size for every data request callback (#265)
  • clearCache() renamed to refreshItems() (size parameter removed) (#265)