Skip to content

Commit

Permalink
Fixed #435
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed May 30, 2016
1 parent 998ccf7 commit 5d382ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/datatable/datatable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1227,14 +1227,6 @@ export class DataTable implements AfterViewChecked,AfterViewInit,OnInit,DoCheck
}

ngOnDestroy() {
if(this.resizableColumns) {
jQuery(this.el.nativeElement.children[0]).puicolresize('destroy');
}

if(this.reorderableColumns) {
jQuery(this.el.nativeElement.children[0]).puicolreorder('destroy');
}

//remove event listener
if(this.globalFilterFunction) {
this.globalFilterFunction();
Expand Down

0 comments on commit 5d382ad

Please sign in to comment.