Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-generic-table

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-generic-table - npm Package Versions

4.0.1

Diff

Changelog

Source

[4.0.1] - 2017-04-06

Fixed

  • Fix for pagination component (see issue #67, #68, #69), pagination controls will now also be disabled when table is fetching data.
hjalmers
published 4.0.0 •

Changelog

Source

[4.0.0] - 2017-03-29

Breaking changes

  • Made some changes for angular version 4.0.0 eg. changed from 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).

Fixed

  • Fix for collapsing rows from row component (see issue #65)
  • Fix for AOT (see issue #64)
jonaslalin
published 2.0.2 •

Changelog

Source

[2.0.2] - 2017-03-27

Fixed

  • Removed faulty import (see issue #60)
hjalmers
published 2.0.1 •

Changelog

Source

[2.0.1] - 2017-03-24

Fixed

  • Removed deprecated warning
hjalmers
published 2.0.0 •

Changelog

Source

[2.0.0] - 2017-03-23

Added

  • Support for selecting rows, enable by setting gtOtpions.rowSelection to true (issue #53, issue #59)
  • Support for selecting/deselecting and expanding/collapsing all rows (issue #58)
  • Support for redrawing table from custom column component, useful when custom column component alters other cells in row (issue #57)

Improvement

  • Lazy loading now uses default template (easier to keep code changes in sync)

Breaking changes

  • Project has changed name from angular2-generic-table to angular-generic-table to comply with angular guidelines
  • isOpen 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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc