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

Pagination showing last page + on-each-side #537

Closed
matt-spx opened this issue Oct 24, 2018 · 1 comment
Closed

Pagination showing last page + on-each-side #537

matt-spx opened this issue Oct 24, 2018 · 1 comment

Comments

@matt-spx
Copy link

matt-spx commented Oct 24, 2018

If I am on the last page of my table, the pagination will show my last page in the center with additional page numbers to the right. For instance, if my last page is 8 and I have set up my pagination as follows:

<vuetable-pagination ref="pagination"
    :on-each-side="2"
    :css="css.pagination"
    @vuetable-pagination:change-page="onChangePage">
</vuetable-pagination>

I will get [<<][<][6][7][8][9][10][>][>>].
Any help would be appreciated.

@matt-spx
Copy link
Author

Resolved in #515.

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