8000 Grouping by (a) column(s)? · Issue #984 · jieter/django-tables2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Grouping by (a) column(s)? #984
Open
@KommuSoft

Description

@KommuSoft

I'm wondering if it makes sense to add an extra feature to group rows by a certain column, and thus structure the table in a less "noisy" way.

So if the table for example looks like:

AAA  | BBB | CCC
-----+-----+----
AA1  | BB1 | CC1
AA1  | BB2 | CC2
AA1  | BB3 | CC3
AA1  | BB4 | CC4
AA2  | BB2 | CC2
AA2  | BB3 | CC3
AA2  | BB4 | CC4

and we use AAA as column, then we can rewrite the table to:

AAA  | BBB | CCC
-----+-----+----
AA1  | BB1 | CC1
     | BB2 | CC2
     | BB3 | CC3
     | BB4 | CC4
AA2  | BB2 | CC2
     | BB3 | CC3
     | BB4 | CC4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0