Skip to content

v1.0.0-rc.9

Pre-release
Pre-release

Choose a tag to compare

@hjalmers hjalmers released this 10 Dec 09:35
· 616 commits to main since this release

[1.0.0-rc.9] - 2016-12-10

Added

  • Ability to show text when no data is return or when filter and/or search has no matching results, see issue #24
  • Pagination component, see issue #2
  • Ability to pass default options to table, see docs
  • Loading state for table rows waiting for data (only when lazy loading), use tr.row-loading to style loading rows
  • Table info component, see examples

Fixed

  • Searching table now updates total number of pages correctly
  • Searching function now supports åäö and other strange characters
  • Handling of null values, see issues #32 and #35

Breaking changes

  • Lazy loading will by default not cache data, override using gt-options and set cache to true
  • GtPagination has been replaced with GtInfo and properties have changed names, see docs
  • Highlighting of search terms when using [gtLazy]=true has changed, set search terms in your server response, see docs
  • GtTexts now uses camel case instead of dash case so in case you've changed the default texts you need to change from no_match to noMatch etc.
  • Event property names have changed from page to currentPage and from pageLength to recordLength to match names used by GtInformation