Releases: l-lin/angular-datatables
Releases · l-lin/angular-datatables
v5.1.0
11 May 14:21
Compare
Sorry, something went wrong.
No results found
Mainly some documentation dependencies updates.
v5.0.0
25 Nov 11:24
Compare
Sorry, something went wrong.
No results found
This release contains the following:
Support for Angular 5
Use ^ instead of ~ #1125
Add example for Bootstrap 4 #1138
v4.4.1
28 Oct 10:22
Compare
Sorry, something went wrong.
No results found
This release contains the fix for memory leaks #1118 .
v4.4.0
24 Sep 10:11
Compare
Sorry, something went wrong.
No results found
This release contains the fix #1097 .
The rest is to be compatible with latest version of Angular.
v4.2.0
06 Aug 15:13
Compare
Sorry, something went wrong.
No results found
This release contains the following:
Support Angular 4.3.X
Unsubscribe dtTrigger onDestroy
Add exampe on select extension
v4.1.1
10 Jun 21:19
Compare
Sorry, something went wrong.
No results found
This release contains the following:
Fix for jQuery dep to stop having conflicts and having double jQuery imports #1030
v4.1.0
14 May 14:30
Compare
Sorry, something went wrong.
No results found
This release is mainly used to be compatible with Angular 4.1.X and angular-cli 1.0.3.
v4.0.0
22 Apr 14:36
Compare
Sorry, something went wrong.
No results found
New release of angular-datatables! 😺
It should not have any breaking change. Everything should work like in the version 2.
v2.3.0
02 Apr 15:39
Compare
Sorry, something went wrong.
No results found
This release contains the following:
Implements the angular-way #955
Use @types #954
You will need to install the following dev dependencies:
npm install @types/jquery --save-dev
npm install @types/datatables.net --save-dev
For dtOptions, you can use the DataTable's settings typings:
import { Component , OnInit } from '@angular/core' ;
@Component ( {
selector : 'with-options' ,
templateUrl : 'with-options.component.html'
} )
export class WithOptionsComponent implements OnInit {
dtOptions : DataTables . Settings = { } ;
ngOnInit ( ) : void {
this . dtOptions = {
pagingType : 'full_numbers'
} ;
}
}
v0.6.2
02 Apr 15:36
Compare
Sorry, something went wrong.
No results found
This release contains the following: