Gathering detailed insights and metrics for ng-table
Gathering detailed insights and metrics for ng-table
Gathering detailed insights and metrics for ng-table
Gathering detailed insights and metrics for ng-table
@ng-bootstrap/ng-bootstrap
Angular powered Bootstrap
eo-ng-table
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
ng-table-virtual-scroll
Virtual scroll for for Angular Material Table
ng-flexmonster
Angular 4+ Module for Flexmonster Pivot Table & Charts
npm install ng-table
Typescript
Module System
Node Version
NPM Version
TypeScript (64.87%)
JavaScript (23.78%)
HTML (9.31%)
CSS (2.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
BSD-3-Clause License
2,760 Stars
601 Commits
846 Forks
144 Watchers
5 Branches
45 Contributors
Updated on Apr 27, 2025
Latest Version
3.0.1
Package Id
ng-table@3.0.1
Size
184.70 kB
NPM Version
3.10.8
Node Version
6.9.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
1
67
Code licensed under New BSD License.
This directive enhances your HTML tables. It support sorting, filtering and pagination. Header row with titles and filters automatic generated.
NPM
Install the current stable release:
npm install ng-table --save
Or install the latest beta release:
npm install ng-table@next --save
CDN
You can download the distribution files directly from unpkg
Please follow the getting started steps here
As of v2.0.0 ngTable is written in typescript and so you do NOT have to install external type declarations for this library.
By installing the ng-table package from npm, you will get typescript intellisense for all ng-table exported types.
WARNING:. The type definitions on DefinitelyTyped are depreciated.
It's recommended to upgrade in two jumps:
bower install ng-table#1.0.0-beta.9 --save
bower install ng-table#1.0.0 --save
npm i ng-table@1.0.0 --save
It's recommended to upgrade in three jumps:
bower install ng-table#0.8.3 --save
Tips
For work in IE < 9 need jQuery, just add:
1<!--[if lt IE 9]> 2 <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> 3<![endif]-->
git clone https://github.com/esvit/ng-table.git
npm install
npm run build:full
npm run doc && npm run serve:docs-site
npm run serve:demo
See the contributing guidelines.
This project is part of Bazalt CMS.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More