aclassen / ComposeReorderable

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.
Apache License 2.0
821 stars 86 forks source link

Feature request: Drag and group rows into folders #223

Closed gargVader closed 1 year ago

gargVader commented 1 year ago

Something like this 7pKx8

Would also appreciate any pointers on how to implement it myself using this library.

artillerymans commented 1 year ago

Is this function implemented?

artillerymans commented 1 year ago

@gargVader have you completed this part of the function?

aclassen commented 1 year ago

This library was designed to handle reordering in a LazyList and not as a generic purpose Drag&Drop handler.

artillerymans commented 1 year ago

@aclassen Is there any other alternative library that can be used