✨ A feature-rich yet lightweight data-table crafted for Angular
ngx-datatable
is an Angular component for presenting large and complex data. It has all the features you would expect from any other table but in a light package with no external dependencies. The table was designed to be extremely flexible and light; it doesn’t make any assumptions about your data or how you: filter, sort or page it.
Check out the documentation & demos for more information!
See the changelog for recent changes.
To use ngx-datatable in your project install it via npm:
npm i @swimlane/ngx-datatable --save
Run yarn build
to build the project. The build artifacts will be stored in the dist/
directory.
yarn test
to execute the linter, prettier check, unit and end-to-end tests.git checkout master
)git pull
)yarn install --frozen-lockfile
)yarn test
)git checkout -b release/X.Y.Z
projects/swimlane/ngx-datatable/package.json
.projects/swimlane/ngx-datatable/docs/CHANGELOG.md
yarn package
to build the packagegit commit -am "(release): X.Y.Z"
git tag X.Y.Z
git push origin HEAD --tags
yarn publish
ngx-datatable
is a Swimlane open-source project; we believe in giving back to the open-source community by sharing some of the projects we build for our application. Swimlane is an automated cyber security operations and incident response platform that enables cyber security teams to leverage threat intelligence, speed up incident response and automate security operations.