diff --git a/src/app/components/treetable/treetable.ts b/src/app/components/treetable/treetable.ts index 5b122fb8f95..83274adde6c 100755 --- a/src/app/components/treetable/treetable.ts +++ b/src/app/components/treetable/treetable.ts @@ -1968,7 +1968,7 @@ export class TreeTable implements AfterContentInit, OnInit, OnDestroy, Blockable this.totalRecords = this.filteredNodes ? this.filteredNodes.length : this.value ? this.value.length : 0; } } - this.cd.markForCheck() + this.cd.markForCheck(); } this.first = 0;