Skip to content

Commit

Permalink
Fixed #180
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Apr 9, 2016
1 parent dfd2166 commit 8434e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datatable/datatable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class DataTable implements AfterViewChecked,AfterViewInit,OnInit,DoCheck
this.onLazyLoad.emit(this.createLazyLoadMetadata());
}
else {
this.updateDataToRender(this.value);
this.updateDataToRender(this.filteredValue||this.value);
}
}

Expand Down

0 comments on commit 8434e13

Please sign in to comment.