diff --git a/js/gamutable.es6.js b/js/gamutable.es6.js
index e63f90b..5e521f5 100644
--- a/js/gamutable.es6.js
+++ b/js/gamutable.es6.js
@@ -334,7 +334,6 @@ let monTableau = {
}
if (config.filtreCol !== undefined) {
this.filtreCol = config.filtreCol;
- //this.filtreColSelected = config.filtreCol;
this.filtreCol.forEach((col) => {
let Tval = [''];
this.table.forEach((t) => {
@@ -448,7 +447,6 @@ let monTableau = {
template: `
-
{{tableau.length}} / {{table.length}} éléments
@@ -509,7 +507,7 @@ let monTableau = {
-
+
|