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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,22 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
11
11
12
12
* fix `visibleTimeStart`, `visibleTimeEnd` and `onTimeChange` not working as expected in controlled mode @ilaiwi
13
13
14
+
### examples
15
+
16
+
two new examples
17
+
18
+
## Controlled scroll
19
+
20
+
Controlled visible port of the calendar using `visibleTimeStart` and `visibleTimeEnd`. This also limits scrolling by mouse and adds two buttons to change the visible port of the calendar
Copy file name to clipboardExpand all lines: examples/README.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,17 @@ Through group manipulation, you can achieve tree group views.
60
60
61
61
Note that this is the user code manipulating groups to achieve tree group functionality. This example is an illustration of how you can achieve this functionality. This is not a feature that is directly supported by the library.
62
62
63
+
## Controlled scroll
64
+
65
+
Controlled visible port of the calendar using `visibleTimeStart` and `visibleTimeEnd`. This also limits scrolling by mouse and adds two buttons to change the visible port of the calendar
@@ -76,4 +82,5 @@ Using `Timeline Header` you can make the header stick to the top of the page whi
76
82
77
83
Native info label was removed with 0.26.0 and now the responsibility to render to render the Info Label is on the user. The example bellow has InfoLabel that matches exactly the removed label
0 commit comments