X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d81ea65da05119d5c6480d373b5d42bbee8ae1ad..0b187b107128a57c1f0c00057d39979ab53d4137:/apps/workbench/app/views/projects/_show_data_collections.html.erb diff --git a/apps/workbench/app/views/projects/_show_data_collections.html.erb b/apps/workbench/app/views/projects/_show_data_collections.html.erb index e56321dde8..991e9b1428 100644 --- a/apps/workbench/app/views/projects/_show_data_collections.html.erb +++ b/apps/workbench/app/views/projects/_show_data_collections.html.erb @@ -1,3 +1,4 @@ <%= render_pane 'tab_contents', to_string: true, locals: { - filters: [['uuid', 'is_a', "arvados#collection"]] + filters: [['uuid', 'is_a', "arvados#collection"]], + sortable_columns: { 'name' => 'collections.name', 'description' => 'collections.description' } }.merge(local_assigns) %>