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
A common use of sortable lists is to let the users move items between two or more lists. Usually, such lists are indicated by separator elements. An example of the intended functionality can be found here. This was made using Ionic which and the source can be found here.
Until now, doing this with RNUILib is impossible, except for the case where I'm missing something.
Anyway, I have forked and have made the relevant changes. (See here) They are just 3 lines. With these changes, the example I linked above can be accomplished with this data array:
Almost always, the first separator must be locked at the top. With this implementation, both locked and separator fields can be set to true to provide this functionality.
Is it worth making the PR or is this feature irrelevant to RNUILib?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all.
A common use of sortable lists is to let the users move items between two or more lists. Usually, such lists are indicated by separator elements. An example of the intended functionality can be found here. This was made using Ionic which and the source can be found here.
Until now, doing this with RNUILib is impossible, except for the case where I'm missing something.
Anyway, I have forked and have made the relevant changes. (See here) They are just 3 lines. With these changes, the example I linked above can be accomplished with this data array:
Almost always, the first separator must be locked at the top. With this implementation, both locked and separator fields can be set to true to provide this functionality.
Is it worth making the PR or is this feature irrelevant to RNUILib?
Beta Was this translation helpful? Give feedback.
All reactions