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

Proxy model to remove hierarchy levels #25

Open
VSRonin opened this issue Jul 17, 2018 · 4 comments
Open

Proxy model to remove hierarchy levels #25

VSRonin opened this issue Jul 17, 2018 · 4 comments
Assignees
Milestone

Comments

@VSRonin
Copy link
Owner

VSRonin commented Jul 17, 2018

Make a proxy model that can turn a tree like

  • Project
    • DataSet1
      • Type 1
        • Elem 1_1
        • Elem 1_2
      • Type 2
        • Elem 2_1
        • Elem 2_2
        • Elem 2_3
    • DataSet2
      • Type 3
        • Elem 3_1

Into a tree like

  • Type 1
    • Elem 1_1
    • Elem 1_2
  • Type 2
    • Elem 2_1
    • Elem 2_2
    • Elem 2_3
  • Type 3
    • Elem 3_1
@VSRonin
Copy link
Owner Author

VSRonin commented Jul 17, 2018

@VSRonin
Copy link
Owner Author

VSRonin commented Aug 28, 2018

@VSRonin
Copy link
Owner Author

VSRonin commented Sep 12, 2018

@VSRonin VSRonin added this to the 3.0.0 milestone Mar 15, 2024
@VSRonin VSRonin self-assigned this Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant