topicquests / tqks-featherweight-prototype

Quasar Feathers Structured Conversation
Apache License 2.0
16 stars 9 forks source link

Pagination, Part Deux #119

Open KnowledgeGarden opened 5 years ago

KnowledgeGarden commented 5 years ago

Describe the bug Elsewhere, I've proven that the present codebase with Q-Table does not paginate; it is simply restricted to the default limit of hits allowed, and when those are painted, Q-Table does not raise the opportunity to paint more with a Next Button.

There are options, such as: You pass in $skip: N which would allow an offset on each pass, but even that needs to be proven. So, the decision to simply make a fresh Pagination issue and start in again.

To Reproduce Well described elsewhere

Expected behavior When you hit the limit of the "window size" and there are more to see, a Next Button should show. When you are at the bottom window and you start scrolling up and hit the window size limit, a Previous Button should show.

Additional context Some options:

KnowledgeGarden commented 5 years ago

branch park/paginate installed a hard temporary fix to 1000 items. This does not solve the pagination problem, but buys a bit of time.