diff --git a/inclure/gamutable.html b/inclure/gamutable.html
index fe28c6d..ef2dac2 100644
--- a/inclure/gamutable.html
+++ b/inclure/gamutable.html
@@ -5,6 +5,9 @@
diff --git a/js/gamutable.es6.js b/js/gamutable.es6.js
index e489c50..cabaf50 100644
--- a/js/gamutable.es6.js
+++ b/js/gamutable.es6.js
@@ -109,15 +109,12 @@ let monTableau = {
},
champcsv: {
type: String,
- default: 'search',
},
delimitercsv: {
type: String,
- default: ',',
},
namecsv: {
type: String,
- default: 'export.csv',
},
},
data: function () {
@@ -302,15 +299,15 @@ let monTableau = {
Mise à jour de la base de donnée
-
-
- Base de données synchronisée
-
+
+
+ Base de données synchronisée
+
diff --git a/js/gamutable.js b/js/gamutable.js
index 11cc76c..37882e9 100644
--- a/js/gamutable.js
+++ b/js/gamutable.js
@@ -133,16 +133,13 @@ var monTableau = {
type: String
},
champcsv: {
- type: String,
- default: 'search'
+ type: String
},
delimitercsv: {
- type: String,
- default: ','
+ type: String
},
namecsv: {
- type: String,
- default: 'export.csv'
+ type: String
}
},
data: function data() {
@@ -332,7 +329,7 @@ var monTableau = {
exporterCSV($csv, this.delimitercsv, this.namecsv);
}
},
- template: "\n\t\n\t\t
\n\t\t\t\n\t\t\t\t{{v}} \n\t\t\t \n\t\t\t \n\t\t\tR\xE9initialiser les tris des colonnes \n\t\t\t\n\t\t\t\t \n\t\t\t\tMise \xE0 jour de la base de donn\xE9e\n\t\t\t \n\t\t\t\n\t\t\t\t \n\t\t\t\tBase de donn\xE9es synchronis\xE9e\n\t\t\t \n\t\t\t\n\t\t\t\t \n\t\t\t \n\t\t
\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t \n\t\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t \n\t\t\t \n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t \n\t\t\t \n\t\t
\n\t\t
\n\t\t\t
{{table.length}} \xE9l\xE9ments
\n\t\t\t\n\t\t
\n\t
"
+ template: "\n\t\n\t\t
\n\t\t\t\n\t\t\t\t{{v}} \n\t\t\t \n\t\t\t \n\t\t\tR\xE9initialiser les tris des colonnes \n\t\t\t\n\t\t\t\t \n\t\t\t\tMise \xE0 jour de la base de donn\xE9e\n\t\t\t \n\t\t\t\n\t\t\t\t \n\t\t\t \n\t\t\t\n\t\t\t\t \n\t\t\t\tBase de donn\xE9es synchronis\xE9e\n\t\t\t \n\t\t
\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t \n\t\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t \n\t\t\t \n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t \n\t\t\t \n\t\t
\n\t\t
\n\t\t\t
{{table.length}} \xE9l\xE9ments
\n\t\t\t\n\t\t
\n\t
"
};
var app = new Vue({
el: '#app',