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

hide serverTable expand

parent 6b41b2a2
No related branches found
No related tags found
1 merge request!131Merge relevant Abstract and references
Pipeline #117840 failed
......@@ -365,9 +365,9 @@ function namesToAccessionChips(names: string[]) {
</v-card-text>
<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" density="compact"
:height="computedTableHeight" class="elevation-1 mt-2">
fixed-header :loading="loading" :headers="headers" :items="msResult?.hits ?? []"
: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>
</template>
......
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