Skip to content

Commit 08b2e69

Browse files
authored
Merge pull request #1404 from Kotlin/jetbrains-junie-issue-1394-run-9840a37e-d17d-4f9f-a1b3-d56501ad37d9
[Junie]: docs: update ColumnGroup description with relevant links
2 parents 7951e04 + 50e0727 commit 08b2e69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/StardustDocs/topics/concepts/DataColumn.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Currently, it uses [`List`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.
2727

2828
#### ColumnGroup
2929

30-
Container for nested columns. Is used to create column hierarchy.
30+
Container for nested columns. Used to create column hierarchy.
31+
32+
You can create column groups using the group operation or by splitting inward — see [group](group.md) and [split](split.md) for details.
3133

3234
#### FrameColumn
3335

0 commit comments

Comments
 (0)