diff --git a/frontend/src/components/heapdump/Threads.vue b/frontend/src/components/heapdump/Threads.vue index eda49884..4c151f8d 100644 --- a/frontend/src/components/heapdump/Threads.vue +++ b/frontend/src/components/heapdump/Threads.vue @@ -67,7 +67,8 @@ const columns = [ label: 'Name', width: 130, align: 'right', - property: 'name' + property: 'name', + sortable: true, }, { label: 'Shallow Size',