bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Multi sort only allows to add sorter in a direction opposite of the first sorter #2438

Open bmblb opened 3 years ago

bmblb commented 3 years ago

Steps to reproduce on a filtering demo:

  1. sort any column ascending
  2. click on other column header and expand multi sort option. See it blocks option to sort in a same direction as first sorter image
ExtAnimal commented 3 years ago

I suggest we simplify sorting to two menu items instead of 5. Let's do it in 4.1.1

Ascending and descending are checkable options. Checking "ascending" sorts ascending, checking descending unchecks the sibling and sorts descending. Unchecking the checked one simply removes the sorter.

See https://examples.sencha.com/extjs/7.0.0/examples/kitchensink/#array-grid

Screenshot 2021-02-24 at 17 42 09