angular2-generic-table
Advanced tools
Changelog
[1.1.1] - 2017-03-22
gtInfo
component if gtTexts
are changedgtTexts
interface are now optional (useful when you want to change a single text key)Changelog
[1.1.0] - 2017-01-20
expanded-row
to row-expanded
to be more consistent (issue #39)Changelog
[1.0.0] - 2016-12-16
[gtOptions]="{stack:true}"
to enable feature, see issue #37GtLazy
and GtHighlightSearch
input/attributes have been moved into GtOptions
ie. change from [GtLazy]="true"
and [GtHighlightSearch]="true"
to [gtOptions]="{lazyLoad:true, highlightSearch:true}"
Changelog
[1.0.0-rc.10] - 2016-12-13
Changelog
[1.0.0-rc.9] - 2016-12-10
tr.row-loading
to style loading rowsgt-options
and set cache
to true
GtPagination
has been replaced with GtInfo
and properties have changed names, see docs[gtLazy]=true
has changed, set search terms in your server response, see docsGtTexts
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.page
to currentPage
and from pageLength
to recordLength
to match names used by GtInformation
Changelog
[1.0.0-rc.8] - 2016-11-30
Changelog
[1.0.0-rc.7] - 2016-11-22
GtConfigSetting
i.e. to disable global search for a field use GtConfigSetting
and to defined a search function use GtConfigField
.[gtHighlightSearch}="true"
, highlighted strings have the class gt-highlight-search
.Changelog
[1.0.0-rc.6] - 2016-11-22
<any>
where type is required)Changelog
[1.0.0-rc.5] - 2016-11-18
component
to gtRowComponent
and added typing for expanded row i.e. you must add type to your custom row componentimport {GenericTableModule} from 'angular2-generic-table';