Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Improvement: disable multiple column sorting in allocation chart #380

Open
talyssonoc opened this issue Apr 6, 2023 · 0 comments
Open
Labels

Comments

@talyssonoc
Copy link
Member

Right now we allow the user to do multiple-column sorting, a way of composing the sorting algorithm, for example:

  1. the user sorts by column A
  2. then the user clicks to sort by column B
  3. it will result in each "group" formed at step 1 being internally sorted by column B, not the whole table

Even though this is not a bug, I think it would be an improvement to disable this multi-column sorting feature for this table to give it a better UX.

@adbatista adbatista added the HOLD label Jul 7, 2023
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