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

chore!: Not getting all records when order by other columns apart from primary key #2

Open
kamalesh889 opened this issue Jul 30, 2022 · 0 comments

Comments

@kamalesh889
Copy link

I have two columns in my database . these are number{primary key} and name .

when i sort by number , the pagination works fine and i am getting all the records .
But when i sort by name , i am getting data only as per the limit in the request , apart from that all records having same name is not showing in the next page . It skipped those records and go to the records with other name .

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

No branches or pull requests

1 participant