zidZ
Convex Community2y ago
24 replies
zid

Pagination features

For paginated queries, rather than concatenating each batch, will sorting the entire returned list server-side ever be supported?

And/or it would be great to be able to apply custom/advanced sorting algorithms once withIndex's have been applied.

Currently, I have my own sorting algorithm applied to just the batch once it reaches the client, to which then I recalculate for every concatenated batch.
Was this page helpful?