You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/swimlane/angular2-data-table?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://gitter.im/swimlane/ngx-datatable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
`angular2-data-table` is a Angular2 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.
11
+
`ngx-datatable` is a Angular2 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.
12
12
13
13
It was built for modern browsers using _TypeScript, CSS3 and HTML5_ and Angular `~2.0.0`. This is the sister project of the [angular-data-table](https://github.com/swimlane/angular-data-table) that is designed for Angular 1.x.
14
14
15
-
Check out the [documentation](https://swimlane.gitbooks.io/angular2-data-table/) & [demos](http://swimlane.github.io/angular2-data-table/) for more information!
15
+
Check out the [documentation](https://swimlane.gitbooks.io/ngx-datatable/) & [demos](http://swimlane.github.io/ngx-datatable/) for more information!
16
16
17
17
## Features
18
18
- Handle large data sets ( Virtual DOM )
@@ -31,10 +31,10 @@ Check out the [documentation](https://swimlane.gitbooks.io/angular2-data-table/)
31
31
- AoT Compilation Support
32
32
33
33
## Installation
34
-
To use angular2-data-table in your project install it via [npm](https://www.npmjs.com/package/angular2-data-table):
34
+
To use ngx-datatable in your project install it via [npm](https://www.npmjs.com/package/@swimlane/ngx-datatable):
35
35
```
36
-
npm i angular2-data-table -S
36
+
npm i ngx-datatable -S
37
37
```
38
38
39
39
## Credits
40
-
`angular2-data-table` is a [Swimlane](http://swimlane.com) 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.
40
+
`ngx-datatable` is a [Swimlane](http://swimlane.com) 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.
0 commit comments