Skip to content

Commit 96e0cdc

Browse files
authored
Merge pull request #211 from WJSoftware:JP/misc
fix(docs): Correct cross column synchronization minimum version
2 parents a56cefd + 8b59991 commit 96e0cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Remember: If you set the background color, it must be opaque so pinned columns
288288

289289
## Cross Column Synchronization
290290

291-
> Since **v0.12.0**
291+
> Since **v0.13.0**
292292
293293
It is possible to synchronize any property of a column with the same property in the column object of another dataview
294294
instance, up to the point where they can be visually aligned. This is a desirable feature in master-child scenarios

docs/ColSync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Column Synchronization
22

3-
> Since **v0.12.0**
3+
> Since **v0.13.0**
44
55
It is now possible to synchronize any column property between two columns of different dataview instances, and its
66
primary purpose is to make a column in a master dataview component visually align with an equivalent column in child

0 commit comments

Comments
 (0)