On trie la liste du select de tri de tete de colonne
This commit is contained in:
parent
828c892b03
commit
db5929a9bb
2 changed files with 4 additions and 4 deletions
|
@ -528,7 +528,7 @@ let monTableau = {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// that.filtreCol.push(col);
|
// that.filtreCol.push(col);
|
||||||
that.filtreColVal[col] = Tval;
|
that.filtreColVal[col] = Tval.sort();
|
||||||
that.filtreColSelected[col] = [];
|
that.filtreColSelected[col] = [];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -598,7 +598,7 @@ let monTableau = {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.filtreCol.push(col);
|
this.filtreCol.push(col);
|
||||||
this.filtreColVal[col] = Tval;
|
this.filtreColVal[col] = Tval.sort();
|
||||||
this.filtreColSelected[col] = [];
|
this.filtreColSelected[col] = [];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -597,7 +597,7 @@ var monTableau = {
|
||||||
}
|
}
|
||||||
}); // that.filtreCol.push(col);
|
}); // that.filtreCol.push(col);
|
||||||
|
|
||||||
that.filtreColVal[col] = Tval;
|
that.filtreColVal[col] = Tval.sort();
|
||||||
that.filtreColSelected[col] = [];
|
that.filtreColSelected[col] = [];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -682,7 +682,7 @@ var monTableau = {
|
||||||
|
|
||||||
_this4.filtreCol.push(col);
|
_this4.filtreCol.push(col);
|
||||||
|
|
||||||
_this4.filtreColVal[col] = Tval;
|
_this4.filtreColVal[col] = Tval.sort();
|
||||||
_this4.filtreColSelected[col] = [];
|
_this4.filtreColSelected[col] = [];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue