Hello everyone . I ran into new problem. I am using this plugin
This plugin works correctly. However, there is one thing I don’t understand. I am attaching a short video.
As you can see the number on the left represents the id of that element. The number on the right represents the index of that element. When I change the position, the element index does not change.
What I would need is this, once I reordered that list I wish I could also have a simple id sorted by how I moved them. For example:
Initial values 134,135,136.
After moving them I would like to get (for example)
135,134,136, based on how I moved them. However I have not been able to get this result and the index never changes.
Has anyone run into such a problem and managed to solve it?