Paging problems #1178
Answered
by
long2ice
Drizzle365
asked this question in
Q&A
Paging problems
#1178
-
I found Model.filter().limit () can only pass one parameter. If I want to implement limit x y, what should I do for paging queries? |
Beta Was this translation helpful? Give feedback.
Answered by
long2ice
Jul 10, 2022
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
long2ice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
limit().offset()