File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -235,13 +235,6 @@ onMounted(() => {
235
235
/>
236
236
</template >
237
237
</Column >
238
- <Column :exportable =" false" field =" dataset_id" style =" width : 5% " >
239
- <template #body =" { data } " >
240
- <a :href =" getApiUrl(`transfer/dataset/${data.dataset_id}`)" >
241
- <Button text severity =" secondary" label =" Download" />
242
- </a >
243
- </template >
244
- </Column >
245
238
246
239
<!-- export columns shown in dialog -->
247
240
<Column field =" sequencing_platform" header =" Platform" style =" display : none " ></Column >
@@ -257,16 +250,26 @@ onMounted(() => {
257
250
<Column field =" pmid" header =" PMID" style =" display : none " ></Column >
258
251
259
252
<Column :exportable =" false" style =" width : 5% " >
253
+ <template #header >
254
+ <span v-tooltip.top =" 'Click for dataset information'" >Info</span >
255
+ </template >
260
256
<template #body =" slotProps " >
261
257
<Button
262
- icon =" pi pi-plus "
258
+ icon =" pi pi-info "
263
259
outlined
264
260
rounded
265
261
severity =" secondary"
266
262
@click =" onOverlay(slotProps.data)"
267
263
/>
268
264
</template >
269
265
</Column >
266
+ <Column :exportable =" false" field =" dataset_id" style =" width : 5% " >
267
+ <template #body =" { data } " >
268
+ <a :href =" getApiUrl(`transfer/dataset/${data.dataset_id}`)" >
269
+ <Button text severity =" secondary" label =" Download" />
270
+ </a >
271
+ </template >
272
+ </Column >
270
273
</DataTable >
271
274
</div >
272
275
Original file line number Diff line number Diff line change @@ -518,9 +518,12 @@ onMounted(() => {
518
518
< Column field= " gene_name" header= " Gene" exportHeader= " Gene" >< / Column>
519
519
< Column field= " gene_biotype" header= " Biotype" exportHeader= " Biotype" >< / Column>
520
520
< Column : exportable= " false" style= " width: 5%" >
521
+ < template #header>
522
+ < span v- tooltip .top = " 'Click for site information'" > Info< / span>
523
+ < / template>
521
524
< template #body= " slotProps" >
522
525
< Button
523
- icon= " pi pi-plus "
526
+ icon= " pi pi-info "
524
527
outlined
525
528
rounded
526
529
severity= " secondary"
You can’t perform that action at this time.
0 commit comments