Skip to content

Commit

Permalink
Fix #6842: TreeTable Typescript for page event (#6848)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 5, 2024
1 parent 4a86c1d commit 95ea2fb
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 95ea2fb

Please sign in to comment.