Skip to content

Data grouping #69

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

Open
vadimffe opened this issue Nov 24, 2024 · 2 comments
Open

Data grouping #69

vadimffe opened this issue Nov 24, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@vadimffe
Copy link

vadimffe commented Nov 24, 2024

Is your feature request related to a problem? Please describe.
I am testing TableView but having hard times figuring out how to implement data grouping. Is there some example or solution hot to group data in TableView? Like in https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/group_sort_filter

Would be good to have such a functionality with possibility to collapse expand data, in line edit, remove and etc.

As in the screenshot below to have head item with sub items that are summed up in the head item.

image

@vadimffe vadimffe added the enhancement New feature or request label Nov 24, 2024
@vadimffe vadimffe changed the title Row grouping Data grouping Nov 26, 2024
@w-ahmad
Copy link
Owner

w-ahmad commented Dec 6, 2024

TableView is inherited from ListView and I don't think ListView offers item groups that can expand or collapse. However, I can try to implement item groups like ListView provides.
image

@w-ahmad w-ahmad added this to the v1.4.0 milestone Feb 21, 2025
@xperiandri
Copy link

Probably that should be a separate control inherited from TreeView

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants