Hi,
I need to get an ordered list of field (strings) that can be selected by the user.
I was thinking of using TwinColumn but unfortunately the selection is reordered and I have no way of keeping the order of addition.
Is there a way to keep the order of addition ?
Thank you
Hello, @vecchio.fabrizio
Unfortunately the TwinColumn
component doesn’t support any “sort mode” now. The only way is to implement some custom component, or create an extension of TwinColumn
.
But it seems that it should be implemented - I’ve created an issue: GitHub.
Regards,
Daniil.
Many thanks for the response.
I’ve created a custom component at the moment to supply my needs.
I’ve also subscribed your issue.
Regards,
Fabrizio
1 Like