What's the status of Sticky Header for `LazyColumn...
# compose
k
What's the status of Sticky Header for
LazyColumn
? Is there any snapshot already supporting it? Any alternate ways we could implement the same? Looks like we might need to use
LazyColumn
inside
ScrollableColumn
which is impossible due to nested scrolling exception