diff --git a/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.ts b/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.ts index 1f0c31ea7..9ccd80bda 100644 --- a/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.ts +++ b/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.ts @@ -194,6 +194,7 @@ export class TableFilterSortPaginateExampleComponent { } onFilterValueChange(value: string) { + this.page = 1; this.filterData(value); }