<Kotlin: Compose a grid with a custom/changing set...
# stackoverflow
u
Kotlin: Compose a grid with a custom/changing set of rows and columns First experience in using Kotlin, read some documentation but not entirely sure what to use. What I'm trying to achieve on a smaller scale:

just a google sheets ss:

@Composable Columns and Rows: I can set up a for loop to create several instances of Columns and Rows, however they end up stacking on top of each other because they're not created within the same function. <a href="

https://i.stack.imgur.com/pH2o1.png

"...