Add sorting parameter to every endpoint in springboot #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a way that makes sense for the table to be sorted like Alphabetical and price. Should be on most crud endpoints
Fixed: conversations sorted by updatedAt DESC, refunds by createdAt DESC. My pets already sorted by petName ASC, messages already sorted by timestamp ASC.