diff --git a/src/components/DeviceList.vue b/src/components/DeviceList.vue index 41c3b8ba..d4d341e0 100644 --- a/src/components/DeviceList.vue +++ b/src/components/DeviceList.vue @@ -43,10 +43,11 @@ :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" :row-class-name="tableRowClassName" :highlight-current-row="false" - :scrollbar-always-on="true"> + :scrollbar-always-on="true" + @sort-change="handleSortChange"> - - + +