-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
Labels
No labels