Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:sciencespo/isari into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Feb 24, 2017
2 parents bf30c57 + 26f5be8 commit a895689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/app/data-table/data-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ export class DataTableComponent implements OnInit, OnChanges {
this.applySort();
}
this.filterData();

// NOTE: this is a duct tape kind of setTimeout
setTimeout(() => {
this.onFilter.emit({ data: this.data });
}, 0);
}
if (navigateToFirstPage) {
this.calculPage(1);
Expand Down

0 comments on commit a895689

Please sign in to comment.