Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

specify ":length" and ":pageSize" from variable #132

Answered by rocwang
bigdogs asked this question in Q&A
Discussion options

You must be logged in to vote

I think vue-virtual-scroll-grid can support such feature, but not sure if I can find some spare time to implement it in the near future though. 😅 (PR is welcome.)

For now, as a workaround, you might consider setting the props to a default value (e.g length: 10, page: 10), then when you get the actual length and pageSize from the server, then you update the props. Will this work for you?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bigdogs
Comment options

Answer selected by rocwang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants