Skip to content

Commit f554dbc

Browse files
committed
Copy props descriptions grids common Pager -> dxPagination
1 parent 25e76b6 commit f554dbc

File tree

6 files changed

+42
-12
lines changed

6 files changed

+42
-12
lines changed

api-reference/10 UI Components/dxPagination/1 Configuration/displayMode.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,29 @@ default: 'adaptive'
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies the pager's display mode.
99

1010
---
11-
<!-- Description goes here -->
11+
<!--
12+
13+
The following table illustrates *"full"* and *"compact"* display modes:
14+
15+
&lt;table class="dx-table"&gt;
16+
&lt;tr&gt;
17+
&lt;th&gt;displayMode&lt;/th&gt;
18+
&lt;th&gt;Pager appearance&lt;/th&gt;
19+
&lt;/tr&gt;
20+
&lt;tr&gt;
21+
&lt;td&gt;&lt;code&gt;"full"&lt;/code&gt;&lt;/td&gt;
22+
&lt;td&gt;&lt;img src="/images/DataGrid/pager-display-mode-full.png"/&gt;&lt;/td&gt;
23+
&lt;/tr&gt;
24+
&lt;tr&gt;
25+
&lt;td&gt;&lt;code&gt;"compact"&lt;/code&gt;&lt;/td&gt;
26+
&lt;td&gt;&lt;img src="/images/DataGrid/pager-display-mode-compact.png"/&gt;&lt;/td&gt;
27+
&lt;/tr&gt;
28+
&lt;/table&gt;
29+
30+
The *"adaptive"* display mode switches between these two modes based on the component width.
31+
32+
33+
-->

api-reference/10 UI Components/dxPagination/1 Configuration/infoText.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ default: 'Page {0} of {1} ({2} items)'
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies the page information text.
99

1010
---
11-
<!-- Description goes here -->
11+
<!--
12+
You can use the following position markers in this text:
13+
14+
- {0} - shows the current page number.
15+
- {1} - shows the total page count.
16+
- {2} - shows the total row count.
17+
18+
#####See Also#####
19+
- [showInfo](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/pager/showInfo.md '{basewidgetpath}/Configuration/pager/#showInfo')
20+
-->

api-reference/10 UI Components/dxPagination/1 Configuration/label.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ default: 'Page Navigation'
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies an [aria-label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) attribute for the pager.
99

1010
---
11-
<!-- Description goes here -->
11+
<!--
12+
&lt;!-- Description goes here --&gt;
13+
-->

api-reference/10 UI Components/dxPagination/1 Configuration/showInfo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ default: false
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies whether to show the [page information](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/pager/infoText.md '{basewidgetpath}/Configuration/pager/#infoText').
99

1010
---
11-
<!-- Description goes here -->

api-reference/10 UI Components/dxPagination/1 Configuration/showNavigationButtons.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ default: false
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies whether to show navigation buttons.
99

1010
---
11-
<!-- Description goes here -->

api-reference/10 UI Components/dxPagination/1 Configuration/showPageSizeSelector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ default: false
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies whether to show the page size selector.
99

1010
---
11-
<!-- Description goes here -->

0 commit comments

Comments
 (0)