Anyone know how I can use experimental `stickyHead...
# compose
b
Anyone know how I can use experimental
stickyHeaders
with experimental
Grids
or just filling the grid myself (need to get the cell.count which is not public available). https://developer.android.com/jetpack/compose/lists#grids
Copy code
cells = GridCells.Adaptive(minSize = 90.dp)