Use package with resource collection paginated #200
Replies: 1 comment 4 replies
-
Depends if you want your response to contain paginated data or not. If you want to return the whole record set, then converter should be pretty easy to write. But If you want to include just a certain portion of the paginated data then you will have to do that "by hand" as there's currently now way to pass any argument to the converter so you cannot tell you want i.e. rows from X to Y only. In such case you need to get desired data range and either paginate/convert yourself, or pass result collection to RB for the conversion. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In config file, i can't find class handler ResourceCollection paginate. Can some one help me to use with
ResourceCollection paginate
Beta Was this translation helpful? Give feedback.
All reactions