Skip to content

Make it easier to use backend sorting #53

@SpaceK33z

Description

@SpaceK33z

Currently you have to do this to sort something on the backend:

const store = new Store();
store.params = {
    order_by: '-past_owner.last_name,-past_owner.first_name',
};
store.fetch()

I don't like this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions