angular-generic-table
Advanced tools
Changelog
[4.0.1] - 2017-04-06
Changelog
[4.0.0] - 2017-03-29
template
to ng-template
which means that generic table now requires angular version 4+ and therefore it's added as a peer dependency (see issue #63).Changelog
[2.0.2] - 2017-03-27
Changelog
[2.0.0] - 2017-03-23
gtOtpions.rowSelection
to true
(issue #53, issue #59)angular2-generic-table
to angular-generic-table
to comply with angular guidelinesisOpen
property has been removed from row object, instead access isOpen state on row using metaInfo[row.$$gtRowId]?.isOpen
it's now also possible to see if a row is selected using metaInfo[row.$$gtRowId]?.isSelected