diff --git a/css/gamutable.css b/css/gamutable.css
index 5dc17e0..aafc9c5 100644
--- a/css/gamutable.css
+++ b/css/gamutable.css
@@ -1,3 +1,7 @@
+.gamutable--sousTable {
+ display: flex;
+ justify-content: space-between;
+}
.gamutable--pagination {
display: flex;
}
diff --git a/js/gamutable.es6.js b/js/gamutable.es6.js
index 7e06599..dcbcf97 100644
--- a/js/gamutable.es6.js
+++ b/js/gamutable.es6.js
@@ -150,6 +150,7 @@ let monTableau = {
this.crayons = config.crayons;
if (parseInt(id) > 0) {
let i = this.table.findIndex(ligne => ligne.id === parseInt(id));
+ console.log(data[0]);
Vue.set(this.table, i, data[0]);
} else {
this.table = data;
@@ -207,36 +208,36 @@ let monTableau = {
}
},
template: `
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
- |
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
{{table.length}} éléments