If I have model1, model2, model3, model4. Now I delete model3, how to keep the order of model1, model2, model4
How to keep the sort of data
zhuinden
#2
I’d use an int
field called rank
, and sort by it. Deletion can change order of elements.