Pivot table horizontal grouping, is it supported?
Open
@AndreiKingsley is already working on this.
Since May 19, 2026.
API
enhancement
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
Thanks for creating this great library 👍 !
I follow this documentation to create a pivot table.
Is it possible to make an horizontal grouping like in this example (add gender to rows) ?
pivot { col1 then col2 } .groupBy { row1 and row2 } col1 and c2 are grouped hierarchically but row1 and row2 are not.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.