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

Page selection list too long #96

Open
ADumaine opened this issue Sep 19, 2023 · 1 comment
Open

Page selection list too long #96

ADumaine opened this issue Sep 19, 2023 · 1 comment

Comments

@ADumaine
Copy link

Is there a way to limit the list of page numbers in the lower right?

For large datasets this expands and covers the other controls. I understand expanding the table width moves the control, but the table needs to stay the current width.

image

@linmasahiro linmasahiro modified the milestone: v1.3.9 Sep 20, 2023
@linmasahiro
Copy link
Owner

Hi, @ADumaine

Is there a way to limit the list of page numbers in the lower right?

Yes, you can use ::v-deep to stylish width, example always 100% width like:

<style scoped>
::v-deep(.vtl-paging-pagination-div) {
  max-width: 100%;
  flex: 0 0 100%;
}
</style>

※ class names are vtl-paging-info |. vtl-paging-change-div. |. vtl-paging-pagination-div

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

2 participants