Skip to content

feat(sort): add ability to change sort direction #27515

Open
@robertIsaac

Description

@robertIsaac

Feature Description

right now you can only change the sort start, not the actual direction, which require us to do dirty hacks to do it, for example to change from asc to desc we call sort twice, which generate two https calls, we need to add debouncetime in the http call to prevent this, but there are other scenarios

Use Case

it will simplify changing sort programmatically, since now it's only doable to go from asc to desc to unsorted

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/sortfeatureThis issue represents a new feature or feature request rather than a bug or bug fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions