Skip to content
Snippets Groups Projects
Merged Timothee P requested to merge redmine-issues/9784 into develop
9 files
+ 222
156
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -283,7 +283,7 @@ export default {
@@ -283,7 +283,7 @@ export default {
},
},
nbPages() {
nbPages() {
let N = Math.round(
let N = Math.ceil(
this.filteredFeatures.length / this.pagination.pagesize
this.filteredFeatures.length / this.pagination.pagesize
);
);
const arr = [...Array(N).keys()].map(function (x) {
const arr = [...Array(N).keys()].map(function (x) {
Loading