Skip to content
This repository has been 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

Closed
wyuenho opened this issue Jan 14, 2014 · 2 comments
Closed

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

wyuenho opened this issue Jan 14, 2014 · 2 comments
Labels
Milestone

Comments

@wyuenho
Copy link
Contributor

wyuenho commented Jan 14, 2014

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.

@ponimas
Copy link

ponimas commented Feb 27, 2014

Still broken with Backbone.PageableCollection in server-mode

@wyuenho
Copy link
Contributor Author

wyuenho commented Feb 27, 2014

@ponimas checkout #453 and see if you can reproduce this with a jsfiddle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants