X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5f62b0c02ef381f4617a4201197e34998638308e..fc69579b197cb963209111620f0a908c7811e1db:/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) %>