Skip to content

Commit

Permalink
docs(table): correct filtering table (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
vt-allianz authored and GitHub Enterprise committed Mar 14, 2023
1 parent bf01401 commit 95daf0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export class TableFilterSortPaginateExampleComponent {
}

onFilterValueChange(value: string) {
this.page = 1;
this.filterData(value);
}

Expand Down

0 comments on commit 95daf0c

Please sign in to comment.