Skip to content
Snippets Groups Projects
Commit c1447e95 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

remove multi-sort

parent 2ab2d177
No related branches found
No related tags found
1 merge request!131Merge relevant Abstract and references
Pipeline #117816 failed
......@@ -366,7 +366,7 @@ function namesToAccessionChips(names: string[]) {
<v-data-table-server v-if="!msError" v-model:page="reactiveParams.page" color="primary"
v-model:items-per-page="reactiveParams.hitsPerPage" v-model:sortBy="sortByRef" v-model:expanded="expanded"
show-expand fixed-header :loading="loading" :headers="headers" :items="msResult?.hits ?? []"
:items-length="msResult?.totalHits ?? 0" :item-value="itemValue" multi-sort density="compact"
:items-length="msResult?.totalHits ?? 0" :item-value="itemValue" density="compact"
:height="computedTableHeight" class="elevation-1 mt-2">
<template #[`item.accession_in_sys`]="{ item }">
<CollapsibleChips :items="namesToAccessionChips(item.accession_in_sys)"></CollapsibleChips>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment