During use, it is interesting that you have a way to reorder items.
For cases where you are creating attributes in database tables, you must be able to change the order of the attributes.
And in some cases will be nescessary to control the ordem static, then some properties must be added like order, allowReorder...
A good example for this is here: react dnd sortable
During use, it is interesting that you have a way to reorder items.
For cases where you are creating attributes in database tables, you must be able to change the order of the attributes.
And in some cases will be nescessary to control the ordem static, then some properties must be added like
order,allowReorder...A good example for this is here: react dnd sortable