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
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Import `DataTablesModule` to your required module in your project.
14
-
15
5
# Documentation
16
6
17
7
Please check the [online documentation](http://l-lin.github.io/angular-datatables/)
18
8
19
-
# FAQ
20
-
## Why version 4.X? Where is version 3.X? And 1.X?
21
-
22
-
The major version of the project (it's using a [Semantic versioning](http://semver.org/)) will be synchronized with the major version of Angular.
23
-
24
-
## Why is there less functionality?
25
-
26
-
Because, I'm still working on it... But, if you want to contribute, feel free to make a pull request!
27
-
28
-
## Will you still work on version 0.X.Y?
29
-
30
-
Nope, not anymore!
31
-
32
-
## Why no BowerJS? GruntJS?
33
-
34
-
Let's not multiply the tools and do all in NPM!
35
-
36
-
## Where are the DTOptionsBuilder, DTColumnBuilder and DTColumnDefBuilder?
9
+
# Versioning
37
10
38
-
In the first versions of angular-datatables, there is a builder to help with using the directive.
39
-
However, they seem to have brought more confusion instead. So, starting from version 2, you will need to provide the options directly, like in the DataTable's documentation.
11
+
The major version of the project (it's using a [Semantic versioning](http://semver.org/)) is
To use angular-datatables, you need to have <ahref="https://docs.npmjs.com/getting-started/installing-node">Node {{ nodeVersion }} or higher and NPM {{ npmVersion }} or higher installed</a>.
17
17
</p>
18
18
<pclass="caption">
19
-
The documentation will only deal with projects that use <ahref="https://github.com/angular/angular-cli">angular-cli</a>. Indeed, the front-end ecosystem is evolving at a pace I can't follow anymore. Thus, there will only have a tutorial for angular-cli's project. If you managed to make it work in, for example, SystemJS projects, please submit a pull request to improve this documentation. Thanks!
19
+
The documentation will only deal with projects that use <ahref="https://cli.angular.io/">angular-cli</a>. Indeed, the front-end ecosystem is evolving at a pace I can't follow anymore. Thus, there will only have a tutorial for angular-cli's project. If you managed to make it work in, for example, SystemJS projects, please submit a pull request to improve this documentation. Thanks!
20
20
</p>
21
21
<divclass="col s12">
22
-
<h4>Angular-CLI version {{ angularCliVersion }}</h4>
23
-
<p>I recommend using <ahref="https://github.com/angular/angular-cli">angular-cli</a> to create and manage your angular project</p>
24
-
<p>
25
-
I prefer to warn you the demo was developpped in version <b>{{ angularCliVersion }}</b> and older and newer versions of Angular-CLI may need to have different configuration.
26
-
</p>
27
-
</div>
28
-
<divclass="col s12">
29
-
<h4>NPM</h4>
30
-
<p>You need to install its dependencies before getting the latest release using NPM:</p>
0 commit comments