-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
π Help wantedOpen to participation from the communityOpen to participation from the communityπ ImprovementImprovement of a feature.Improvement of a feature.π° GUIRelated to GUIRelated to GUIπ¨ Priority: MediumNot blocking but should be addressedNot blocking but should be addressed
Description
π Feature Description
After clicking a column to sort, I can only toggle between asc and desc sort. It would be good to have 3rd state which is the unsorted // reset state.
Example:
import taipy.gui.builder as tgb
from taipy import Gui
data = {"Sentence": "Eddie ate dynamite, good bye Eddie".split(" ")}
with tgb.Page() as page:
tgb.table("{data}")
if __name__ == "__main__":
Gui(page=page).run()After clicking the column to sort, I'm unable to reset the sort unless I refresh the page:
π‘ Proposed Solution
Clicking the col header to sort could toggle from unsorted -> asc -> desc -> unsorted
π Code of Conduct
- I have checked the existing issues to avoid duplicates.
- I am willing to work on this issue (optional)
β Acceptance Criteria
- A working demo or example code (if applicable) is provided.
- Integration tests demonstrate the new functionality.
- Any new code is covered by unit tests.
- Code coverage remains at least 90%.
- Related documentation updates and release notes are created.
Metadata
Metadata
Assignees
Labels
π Help wantedOpen to participation from the communityOpen to participation from the communityπ ImprovementImprovement of a feature.Improvement of a feature.π° GUIRelated to GUIRelated to GUIπ¨ Priority: MediumNot blocking but should be addressedNot blocking but should be addressed
