Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-07 15:55:51 +0800
Commit
7d538d9ad994f7408fc85713065b86820045c952
1 parent
618019ca
paginate with params README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
doraemon/components/pagination/README.md
doraemon/components/pagination/README.md
View file @
7d538d9
...
...
@@ -27,7 +27,8 @@
paginationOpts: {
page: page, // 当前页 http://host/?page=2
limit: 10, // 每页显示多少
total: 100 // 一共多少纪录
total: 100, // 一共多少纪录
queryParams: req.query
}
});
...
...
Please
register
or
login
to post a comment