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-table-to-csv
Export data from ngTable to CSV (Forked from ng-table-export)
ng-table-virtual-scroll
Virtual scroll for for Angular Material Table
@craftworks/ng-table-virtual-scroll
Fork of Virtual scroll for for Angular Material Table: https://github.com/diprokon/ng-table-virtual-scroll
@ng-bootstrap/ng-bootstrap
Angular powered Bootstrap
npm install ng-table
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,769 Stars
601 Commits
851 Forks
145 Watching
5 Branches
45 Contributors
Updated on 25 Oct 2024
TypeScript (64.87%)
JavaScript (23.78%)
HTML (9.31%)
CSS (2.03%)
Cumulative downloads
Total Downloads
Last day
0.4%
3,640
Compared to previous day
Last week
-0.9%
18,501
Compared to previous week
Last month
8.4%
76,974
Compared to previous month
Last year
-57.6%
893,986
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
note: when to use next
? see this issue-comment
CDN
You can download the distribution files directly from unpkg
Bower: NO LONGER SUPPORTED
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 2024-11-25
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