Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Grid.sort doesn't reset previously sorted column's sort caret #426

@wyuenho

Description

@wyuenho

Steps to reproduce:

  1. grid.sort("col1", "descending");
  2. grid.sort("col2", "ascending");
  3. col1 's sort caret is still in descending order

Expected behavior:

col's sort caret should not be displayed and the column's direction shouldn't be null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions