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
Please add possibility to have elements that will always stay at position X in given list.
No matter what user drags and drops these items are always keeping their positions.
example list before manipulation:
item 1
item 2
FIXED ITEM
item 4
action: move item 4 to position 0
result:
Item 4
Item 1
FIXED ITEM
item 2
The text was updated successfully, but these errors were encountered:
This is a wonderful idea. I would use this for sure. A great use case for an inline element that functions like a button, for example an "add object" button. In that case it would remain fixed as the last element.
Please add possibility to have elements that will always stay at position X in given list.
No matter what user drags and drops these items are always keeping their positions.
example list before manipulation:
action: move item 4 to position 0
result:
The text was updated successfully, but these errors were encountered: