{#each formColumnsDisplay as col}
- {#if col.key === "description_of_the_issue"}
+ {#if col.key === "issue_number"}
-
+
+
- Showing {(currentPage - 1) * rowsPerPage + 1}–
- {Math.min(currentPage * rowsPerPage, allRows.length)} of {allRows.length}
+ Showing {(currentPage - 1) * rowsPerPage + 1}–
+ {Math.min(currentPage * rowsPerPage, filteredRows.length)}
+ of {filteredRows.length}
-
-
- {#each Array(totalPages)
- .fill(0)
- .map((_, i) => i + 1) as page}
-
- {/each}
-
+
+
+
+
+
+
+
@@ -1486,21 +1458,6 @@
-
-
-
-
|