You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ fixedHeight | Boolean | false | Since some
138
138
renderStaticRangeLabel(`DefinedRange`)| Function | | Callback function to be triggered for the static range configurations that have `hasCustomRendering: true` on them. Instead of rendering `staticRange.label`, return value of this callback will be rendered.
// The key of dateInput should be same as key in range.
160
+
dateInput:PropTypes.objectOf(
161
+
PropTypes.shape({
162
+
startDate:PropTypes.string,
163
+
endDate:PropTypes.string
164
+
})
165
+
),
166
+
monthPicker:PropTypes.string,
167
+
yearPicker:PropTypes.string,
168
+
prevButton:PropTypes.string,
169
+
nextButton:PropTypes.string,
170
+
}
171
+
```
155
172
#### Infinite Scrolled Mode
156
173
157
174
To enable infinite scroll set `scroll={{enabled: true}}` basically. Infinite scroll feature is affected by `direction`(rendering direction for months) and `months`(for rendered months count) props directly.
0 commit comments