Is it possible to implement nested sticky headers with Jetpack Compose?
I want to implement nested sticky headers with Jetpack Compose.
Jetpack Compose already supports Sticky Headers.
But I can’t find way to implemented nested headers.
Vertical scroll modifier with child LazyVerticalGrid and LazyColumn Not Working
Putting column with vertical scroll with child lazy vertical Grid gives following error