3618: best guesses about which database columns could be used for sorting (not certai...
[arvados.git] / apps / workbench / app / views / projects / _show_other_objects.html.erb
index af6fbd1a92ab9b5049e64d635741f4295e7a46a5..114ee5bedc4c4b98f79f9f221224eb5646f0f3d7 100644 (file)
@@ -1,3 +1,4 @@
 <%= render_pane 'tab_contents', to_string: true, locals: {
-    filters: [['uuid', 'is_a', ["arvados#human", "arvados#specimen", "arvados#trait"]]]
+    filters: [['uuid', 'is_a', ["arvados#human", "arvados#specimen", "arvados#trait"]]],
+       sortable_columns: { 'name' => 'humans.uuid, specimens.uuid, traits.name' }
     }.merge(local_assigns) %>