Skip to content

Additional functionality to ListModelView / table #365

Open
@emihir0

Description

@emihir0

Would it be possible to add some additional functionality to tables, such as:

  1. Simple filter - as can be seen here
    Alternatively, a filter for specific columns, such as this. This type of filter is very intuitive for the end user and in some cases it is better than django-filter which requires a page reload. With the second example linked (column filter); the django-filter could be incorporated there and hence the whole right-panel card for the filterset could be made redundant.

  2. Expandable rows to show additional information / sub rows. An example can be found here for expanding additional info, but what would be also nice is a FK relationship displayed - for example 'Country -> Cities'. On the list view of Countries, it would be perfect if we can click Country to expand it and it would show Cities within that country (with relevant info in sub-columns, such as population or area). It is extremely common to have the need to show parent/child relationship and this would be one of the ways to achieve it nicely.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions