Skip to content

Suggestion -- Add table sort #35

@icsy7867

Description

@icsy7867

This is built into your tools already and it could be quite helpful for sorting by location or item name.

After doing a test, you simply have to update your List.vue file and change the sortable from false to true:

            this.headers.push({
              text: item.displayName,
              value: item.name,
              align: 'left',
              item: item, // So you can access all the parameters. Above are given in the data table support format.
              sortable: true

Added this change in:
#37

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