We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446adc2 commit 718c9bfCopy full SHA for 718c9bf
site/src/components/PaginationWidget/utils.ts
@@ -12,8 +12,8 @@ export const DEFAULT_RECORDS_PER_PAGE = 25;
12
const PAGE_NEIGHBORS = 1;
13
14
// Minimum number of pages to display at all times (assuming there are enough
15
-// pages). Needed to handle case where there are the left and right
16
-// placeholder/ellipsis elements are both showing
+// pages). Needed to handle case where the left and right placeholder/ellipsis
+// elements are both showing
17
const PAGES_TO_DISPLAY = PAGE_NEIGHBORS * 2 + 3;
18
19
// Total number of pagination elements to display (accounting for visible pages
0 commit comments