Skip to content

Commit

Permalink
Fix primefaces#6842: TreeTable Typescript for page event
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jul 5, 2024
1 parent 8625e49 commit 4e1791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/treetable/treetable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ interface TreeTablePageEvent {
/**
* Total number of pages.
*/
pageCount: number;
totalPages: number;
}

/**
Expand Down

0 comments on commit 4e1791c

Please sign in to comment.