New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular2-generic-table

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-generic-table - npm Package Versions

2

1.1.2

Diff

hjalmers
published 1.1.1 •

Changelog

Source

[1.1.1] - 2017-03-22

Fixed

  • Enable custom column components for the async case (issue #45)
  • Refresh gtInfo component if gtTexts are changed
  • The keys declared by gtTexts interface are now optional (useful when you want to change a single text key)

Added

  • Example using ngx-translate for localization
  • Support for passing translations to pagination component
jonaslalin
published 1.1.0 •

Changelog

Source

[1.1.0] - 2017-01-20

Fixed

  • Upgrade angular-cli and build with metadata version 3 (issue #43)
  • Changed class name for expanded row from expanded-row to row-expanded to be more consistent (issue #39)
  • Pagination layout (issue #42)
  • Examples now use new classes and markup added in bootstrap 4 alpha 6

Added

  • Allow custom components for each column (issue #44)
hjalmers
published 1.0.0 •

Changelog

Source

[1.0.0] - 2016-12-16

Fixed

  • Render or value function won't be called until table has data (issue #32)
  • Include *.metadata.json files in build (issue #38)
  • Include sass and css in build for styling

Added

  • Support for stacked columns (responsive layout for mobiles and tablets) use [gtOptions]="{stack:true}" to enable feature, see issue #37
  • Basic styles for sorting and stacked columns (included in npm package for sass and as a pre-compiled css)

Breaking changes

  • GtLazy and GtHighlightSearch input/attributes have been moved into GtOptions ie. change from [GtLazy]="true" and [GtHighlightSearch]="true" to [gtOptions]="{lazyLoad:true, highlightSearch:true}"
hjalmers
published 1.0.0-rc.10 •

Changelog

Source

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

Added

  • Ability to toggle column visibility, see issue #33
  • Ability to export to CSV, see issue #3

Fixed

  • Clean goal doesn't run before the build goal (see issue #36)
  • Removed compiled javascript files
hjalmers
published 1.0.0-rc.9 •

Changelog

Source

[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
hjalmers
published 1.0.0-rc.8 •

Changelog

Source

[1.0.0-rc.8] - 2016-11-30

Fixed

  • Source maps not generated correctly
  • Highlight doesn't find all matches
  • Go to first page when using global search
hjalmers
published 1.0.0-rc.7 •

Changelog

Source

[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.
jonaslalin
published 1.0.0-rc.6 •

Changelog

Source

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

Breaking changes

  • Added strong typing for all interfaces (you can always use <any> where type is required)
hjalmers
published 1.0.0-rc.5 •

Changelog

Source

[1.0.0-rc.5] - 2016-11-18

Breaking changes

  • Changed component to gtRowComponent and added typing for expanded row i.e. you must add type to your custom row component
  • Changed path for type declarations import using import {GenericTableModule} from 'angular2-generic-table';
2
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