Gathering detailed insights and metrics for angular-smart-table
Gathering detailed insights and metrics for angular-smart-table
Gathering detailed insights and metrics for angular-smart-table
Gathering detailed insights and metrics for angular-smart-table
npm install angular-smart-table
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,799 Stars
369 Commits
512 Forks
95 Watching
15 Branches
41 Contributors
Updated on 12 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-17.9%
1,476
Compared to previous day
Last week
-4.8%
8,646
Compared to previous week
Last month
7.7%
35,992
Compared to previous month
Last year
-12.1%
425,501
Compared to previous year
Hey I am not too much into angular these days. If someone wants to maintain this project, please contact me !
Smart Table is a table module for angular js. It allows you to quickly compose your table in a declarative way including sorting, filtering, row selection, and pagination. It is lightweight (around 3kb minified) and has no other dependencies than Angular itself. Check the documentation website for more details
Please be responsible -- investigate potential issues yourself to eliminate the possibility that your issue isn't just an error. If you are still having problems, try posting on our gitter. When submitting an issue try as much as possible to:
Search in the already existing issues or on stackoverflow if your issue has not been raised before.
Give a precise description mentionning angular version, smart-table version.
Give a way to reproduce your issue, the best would be with a running example, you can use plunkr (smart-table is the list of available packages). Note if you want to mimic ajax loading behaviour you can use $timeout angular service or $httpBackend.
Isolate your code sample on the probable issue to avoid pollution and noise.
Close your issue when a solution has been found (and share it with the community).
Note that 80% of the open issues are actually not issues but due to lack of good investigation. These issues create unnecessary work, so please be considerate.
Any open issue which do not follow the steps above will be closed without investigation.
The easiest way is to run bower install angular-smart-table
, then you just have to add the script and register the module smart-table
to you application.
You can also install using NPM npm install angular-smart-table
, so you can use with browserify or webpack
Run npm install
after you have installed the dependencies (npm install
and bower install
).
Smart Table is based around a main directive which generate a top level controller whose API can be accessed by sub directives
(plugins). If you don't need some of these, simply edit the gulpfile (the pluginList variable) and run gulp build
.
Smart Table used to be configuration based and if you rely on this version, you can still access the code on the 0.2.x branch. You will be able to find the documentation related to this version here (simply open index.html in a browser).
Note, I have closed all the issues related to these versions as people get confused when reading these issues and commented on them like it was related to the newer version. Feel free to reopen any of them (or open a new one), but don't forget to mention it is related to the older versions.
Smart Table module is under MIT license:
Copyright (C) 2016 Laurent Renard.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 7/23 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license 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
Reason
96 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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