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 on grids using pageable #429

Description

@wyuenho

Steps to reproduce:

  1. go backgridjs.com
  2. open the console
  3. pageableGrid.sort("name", "descending");
  4. pageableGrid.sort("pop", "ascending");
  5. name's sort caret is still in descending order

Expected behavior:

name'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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions