Skip to content

Commit 41a9cac

Browse files
committed
KNOWAGE-9911
- update default paginator styling
1 parent 2dcf9ec commit 41a9cac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/modules/documentExecution/dashboard/widget/WidgetEditor/helpers/tableWidget/TableWidgetHelpersDescriptor.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
},
119119
"defaultPaginatorStyle": {
120120
"activeColor": "",
121-
"background-color": "",
122-
"boundaryLinks": false,
121+
"background-color": "transparent",
122+
"boundaryLinks": true,
123123
"boundaryNumbers": false,
124124
"color": "primary",
125125
"containerPadding": "",
@@ -131,15 +131,15 @@
131131
"iconNext": "chevron_right",
132132
"iconPrev": "chevron_left",
133133
"input": true,
134-
"justify-content": "center",
134+
"justify-content": "flex-end",
135135
"maxPages": 7,
136136
"padding": "",
137-
"paginationText": "",
138-
"paginationTextPosition": "right",
137+
"paginationText": "#{startItem} to #{endItem} of #{totalItems}",
138+
"paginationTextPosition": "left",
139139
"paginationTextSpaced": false,
140140
"ripple": false,
141141
"round": false,
142-
"size": "md",
142+
"size": "sm",
143143
"variant": "flat"
144144
},
145145
"defaultPreview": {

0 commit comments

Comments
 (0)