Skip to content

Commit 50e0727

Browse files
docs: update ColumnGroup description with relevant links
The "ColumnGroup" description in the documentation was successfully updated to include links to the group operation and split inward guidance. This change addresses the initial issue of lacking information on how to create a column group, aligning with the specified requirements. No errors occurred during the process.
1 parent 7951e04 commit 50e0727

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)