On trie la liste du select de tri de tete de colonne

This commit is contained in:
Christophe 2023-01-05 14:38:30 +01:00
parent 828c892b03
commit db5929a9bb
2 changed files with 4 additions and 4 deletions

View file

@ -528,7 +528,7 @@ let monTableau = {
}
});
// that.filtreCol.push(col);
that.filtreColVal[col] = Tval;
that.filtreColVal[col] = Tval.sort();
that.filtreColSelected[col] = [];
});
}
@ -598,7 +598,7 @@ let monTableau = {
}
});
this.filtreCol.push(col);
this.filtreColVal[col] = Tval;
this.filtreColVal[col] = Tval.sort();
this.filtreColSelected[col] = [];
});
}

View file

@ -597,7 +597,7 @@ var monTableau = {
}
}); // that.filtreCol.push(col);
that.filtreColVal[col] = Tval;
that.filtreColVal[col] = Tval.sort();
that.filtreColSelected[col] = [];
});
}
@ -682,7 +682,7 @@ var monTableau = {
_this4.filtreCol.push(col);
_this4.filtreColVal[col] = Tval;
_this4.filtreColVal[col] = Tval.sort();
_this4.filtreColSelected[col] = [];
});
}