You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I haven't seen an option to order the results when the API returns. I am working with an API where the results are not ordered and any option in the http.response.list.order.direction config allows it to be correctly sorted.
Describe the solution you'd like
Maybe another option like ASC_FORCED_BY_TIMESTAMP or even/either ASC_FORCED_BY_KEY would be added to sort the results based on the property.
Describe alternatives you've considered
I have not found any alternatives yet.
Additional context
I saw your answer for issue #126, maybe you do not see fit for this in the project. I have already worked on a solution. I will add a pull request very soon.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I haven't seen an option to order the results when the API returns. I am working with an API where the results are not ordered and any option in the
http.response.list.order.direction
config allows it to be correctly sorted.Describe the solution you'd like
Maybe another option like
ASC_FORCED_BY_TIMESTAMP
or even/eitherASC_FORCED_BY_KEY
would be added to sort the results based on the property.Describe alternatives you've considered
I have not found any alternatives yet.
Additional context
I saw your answer for issue #126, maybe you do not see fit for this in the project. I have already worked on a solution. I will add a pull request very soon.
The text was updated successfully, but these errors were encountered: