Skip to content
Snippets Groups Projects
Commit 6986a8a0 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

No display of last empty page

parent 37d4483b
No related branches found
No related tags found
No related merge requests found
......@@ -259,11 +259,6 @@ export default {
this.filteredFeatures.length / this.pagination.pagesize
);
console.log("N", N);
let rest = Math.round(
this.filteredFeatures.length % this.pagination.pagesize
);
console.log("rest", rest);
if (rest > 0) N++;
const arr = [...Array(N).keys()].map(function (x) {
++x;
return x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment