Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/StardustDocs/topics/concepts/DataColumn.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Currently, it uses [`List`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.

#### ColumnGroup

Container for nested columns. Is used to create column hierarchy.
Container for nested columns. Used to create column hierarchy.

You can create column groups using the group operation or by splitting inward β€” see [group](group.md) and [split](split.md) for details.

#### FrameColumn

Expand Down