We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pagination component - Hides pages when there is only one page
The text was updated successfully, but these errors were encountered:
I think v-if="pageCount > 1" or v-if="itemCount > 20" are okay.
v-if="pageCount > 1"
v-if="itemCount > 20"
Why this api is needed.
If you need it in data-table, i think we can add it for data-table.
Sorry, something went wrong.
Hopefully, it can be added to make the component more user-friendly
I am working on it
paginate-single-page
Successfully merging a pull request may close this issue.
This function solves the problem (这个功能解决的问题)
pagination component - Hides pages when there is only one page
Expected API (期望的 API)
pagination component - Hides pages when there is only one page
The text was updated successfully, but these errors were encountered: