By default Seblod save the information ordering by id and then we change the display with the ORDER BY instructions.
We need to save and then of course display in the order the user select the multiple value of a dynamic list. The html show some information bu it seems a bit tricky to create a new table for saving these ordering. I we can simply save the id in the right order to display them in this same order it seems a lot simplifer bu how can we achieve that ?