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
If the order of the array matters it's easy to adjust directly through the component. Currently I'm using it for a game's loot table, the order of the array doesn't really matter for my use, but it would be nice if I can put the more common items up the top rather jumbled in the rest of the entries. If the list needs to be altered later with additions it's just eternally stuck at it's position.
Although, I can see ordering of the list being essential to plenty of use cases outside of mine.
Expected API (期望的 API)
A simple hamburger styled icon which is draggable to reorganise the component would be the best solution. Alternatively, if dragging the row is too heavy for the framework, simply two up and down arrows could work fine.
Example Images:
The text was updated successfully, but these errors were encountered:
This function solves the problem (这个功能解决的问题)
If the order of the array matters it's easy to adjust directly through the component. Currently I'm using it for a game's loot table, the order of the array doesn't really matter for my use, but it would be nice if I can put the more common items up the top rather jumbled in the rest of the entries. If the list needs to be altered later with additions it's just eternally stuck at it's position.
Although, I can see ordering of the list being essential to plenty of use cases outside of mine.
Expected API (期望的 API)
A simple hamburger styled icon which is draggable to reorganise the component would be the best solution. Alternatively, if dragging the row is too heavy for the framework, simply two up and down arrows could work fine.
Example Images:
The text was updated successfully, but these errors were encountered: