Skip to content

Commit fe00d55

Browse files
committed
Add topics for PagerBase props to dxPagination configuration
1 parent 18e1859 commit fe00d55

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxPagination.Options.displayMode
3+
type: Enums.DisplayMode
4+
default: 'adaptive'
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxPagination.Options.infoText
3+
type: String
4+
default: 'Page {0} of {1} ({2} items)'
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxPagination.Options.label
3+
type: String
4+
default: 'Page Navigation'
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxPagination.Options.showInfo
3+
type: Boolean
4+
default: false
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxPagination.Options.showNavigationButtons
3+
type: Boolean
4+
default: false
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxPagination.Options.showPageSizeSelector
3+
type: Boolean
4+
default: false
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->

0 commit comments

Comments
 (0)