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

Add Support for Cursor Pagination #47

Closed
atrauzzi opened this issue Aug 10, 2016 · 4 comments
Closed

Add Support for Cursor Pagination #47

atrauzzi opened this issue Aug 10, 2016 · 4 comments

Comments

@atrauzzi
Copy link

Would love to see this implemented as an alternative paging strategy!

A little thinking on the matter:
https://www.sitepoint.com/paginating-real-time-data-cursor-based-pagination/

You can also look into how Facebook and Twitter approach the topic.

@davidrevoledo
Copy link

@atrauzzi But for implement something like that the framework need a base entity with a sequential Id, 🤔

@atrauzzi
Copy link
Author

I think that's something you can impose as a requirement to anyone looking to use the feature.

@davidrevoledo
Copy link

@atrauzzi yes there is a few ways to apply this logic,

by an Int, a long, as Identity
a DateTime field to specify the order or finally a custom way to pre-order a Queriable.

I'll take a look in the code where it might be can be implemented.

@ernado-x
Copy link
Member

Closed because no activity for long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants