Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PageSize Option position #366

Open
isee15 opened this issue Dec 20, 2021 · 1 comment
Open

PageSize Option position #366

isee15 opened this issue Dec 20, 2021 · 1 comment

Comments

@isee15
Copy link

isee15 commented Dec 20, 2021

In some UI style,page size change option is required to show on the front,not after page num.
Any config can set the "Sizer" position?

@isee15
Copy link
Author

isee15 commented Apr 20, 2022

a example in vue elementui.
layout="total, sizes, prev, pager, next, jumper"
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage4" :page-sizes="[100, 200, 300, 400]" :page-size="100" layout="total, sizes, prev, pager, next, jumper" :total="400"> </el-pagination>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant