Hi guys,
I am sorting objects based on a number and set is as a sorted list to the (many to many ) association between the helper and objects. (helper *->* object).
When showing a template grid over the helper, i see the list unsorted.
I am aware that native sorting possibility is available for database retrieves, but I am wondering how I still can sort these list objects?
- Iterating and adding one by one did also not work...
anyone an idea?