Skip to content

Commit

Permalink
docs: starting page number option
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed May 18, 2023
1 parent bfc61a8 commit 618cb47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/option.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ interface IPageNumber {
format?: string; // 页码格式。默认:{pageNo}。示例:第{pageNo}页/共{pageCount}页
numberType?: NumberType; // 数字类型。默认:ARABIC
disabled?: boolean; // 是否禁用
startPageNo?: number; // 起始页码。默认:1
fromPageNo?: number; // 从第几页开始出现页码。默认:0
}
```

Expand Down

0 comments on commit 618cb47

Please sign in to comment.