improved note list pager for many pages

This commit is contained in:
zadam
2020-12-12 12:07:15 +01:00
parent 5098dda376
commit 60e2026850
6 changed files with 29 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ class Attribute {
/** @param {string} */
this.type = row.type;
/** @param {string} */
this.name = row.name.toLowerCase();
this.name = row.name;
/** @param {int} */
this.position = row.position;