Hi, does LazyGrid have span strategy. I' ve asked ...
# compose
y
Hi, does LazyGrid have span strategy. I' ve asked a question at Stackoverflow: https://stackoverflow.com/questions/65981114/does-jetpack-composes-lazyverticalgrid-have-span-strategy We can change grid count dynamically, but I want to have a full width footer when loading happens. Is there a way I can set span count for specific item?
s
@Yasin Kaçmaz there is a thread around this already. basically currently there is no way, and you can do it via LazyColumn easily as a workaround. Issue is reported, and waiting.
👍 1