Skip to content

1.0.0-rc.7

Pre-release
Pre-release

Choose a tag to compare

@hjalmers hjalmers released this 22 Nov 14:08
· 630 commits to main since this release

[1.0.0-rc.7] - 2016-11-22

Breaking changes

  • Moved search (true/false) to GtConfigSetting i.e. to disable global search for a field use GtConfigSetting and to defined a search function use GtConfigField.

Added

  • Option to highlight matched search terms in table, to enable use [gtHighlightSearch}="true", highlighted strings have the class gt-highlight-search.

Fixed

  • Column content (i.e td content) is now wrapped within a span, click etc. is now triggered by the span and not the td element.