Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sorting capability to the table sort criteria list #2230

Open
1 of 7 tasks
FabienLelaquais opened this issue Nov 8, 2024 · 0 comments
Open
1 of 7 tasks

Add sorting capability to the table sort criteria list #2230

FabienLelaquais opened this issue Nov 8, 2024 · 0 comments
Labels
GUI: Front-End ✨New feature 🟩 Priority: Low Low priority and doesn't need to be rushed

Comments

@FabienLelaquais
Copy link
Member

FabienLelaquais commented Nov 8, 2024

Description

The sort feature of the table control allows for creating several sorting criteria.
They are applied in order, from top to bottom.

If you want to swap two criteria, at best you must delete one and recreate it.
This is a frustrating.

Solution Proposed

To the right of the sorting criteria, there would be two small button to move a criteria in the list (up or down).
The first item will only have a 'move down' (↓) button.
The last item will only have a 'move up' (↑) button.
If there is only one criteria, no button is visible.

I'm not sure that 'move to top (↑͞)' or 'move to bottom (↓͟)' buttons are needed at this point.

Acceptance Criteria

  • If applicable, a new demo code is provided to show the new feature in action.
  • Integration tests exhibiting how the functionality works are added.
  • Any new code is covered by a unit tested.
  • Check code coverage is at least 90%.
  • Related issue(s) in taipy-doc are created for documentation and Release Notes are updated.

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
@FabienLelaquais FabienLelaquais added ✨New feature 🟩 Priority: Low Low priority and doesn't need to be rushed GUI: Front-End labels Nov 8, 2024
@FabienLelaquais FabienLelaquais changed the title Add sorting capability to table sort list Add sorting capability to the table sort criteria list Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Front-End ✨New feature 🟩 Priority: Low Low priority and doesn't need to be rushed
Projects
None yet
Development

No branches or pull requests

1 participant