Possibility to sort array items
We have this list of items inside a form which is displayed as a table.
if i sort the array like this
whenever a user changes sorting the value changes he made are still set on the index he made them on.
For example a user updates transaction 2 in the table. If the user sorts the changes are still reflected on the 2nd transaction in the table altough this is a different transaction now.