Skip to content
Snippets Groups Projects

Give name to csv files

Merged Bryan BRANCOTTE requested to merge explicite-filename into master
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -88,7 +88,7 @@
</v-col>
<v-col >
<vue-json-to-csv :json-data="Regions">
<vue-json-to-csv :json-data="Regions" :csv-title="'LD-independent lead SNPs - '+ this.project.id">
<v-btn small color="#298e49" style="color:#fff; text-transform:capitalize;" v-on:click="processExportAllJASSPVAL()" >
Export LD-independent lead SNPs
</v-btn>
@@ -182,7 +182,7 @@
:items-per-page="5"
class="elevation-1"
></v-data-table>
<vue-json-to-csv :json-data="significantsRegions">
<vue-json-to-csv :json-data="significantsRegions" :csv-title="'Significants regions - '+ this.project.id">
<v-btn small color="#298e49" style="color:#fff;">export csv</v-btn>
<!-- <button>
<b>export csv</b>
Loading