You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently combine seems to be my closest bet, but it doesn't seem to support the index-setting aspect of my problem.
I'm aware of #1001 but my columns don't have to be deeply-nested. There're only 2 levels (i.e. inside a column and outside a column). Is it possible for me to workaround the issue without the library supporting the feature natively?
Would appreciate it a lot if someone can point me in the right direction!!
The text was updated successfully, but these errors were encountered:
I'm building a todo manager similar to the one from the egghead course.
One tweak I'd like to do is for there to be independent tasks (i.e. tasks that do not belong to any columns).
I'd like to:
Basically, the drag-n-drop example from @atlaskit/tree.
Currently combine seems to be my closest bet, but it doesn't seem to support the index-setting aspect of my problem.
I'm aware of #1001 but my columns don't have to be deeply-nested. There're only 2 levels (i.e. inside a column and outside a column). Is it possible for me to workaround the issue without the library supporting the feature natively?
Would appreciate it a lot if someone can point me in the right direction!!
The text was updated successfully, but these errors were encountered: