data-sly-list is not currently having control to handle iteration order of list. You would have to change the order in the data you are feeding to list using JavaScript or Java Use API, following is example of JavaScript use APIIn logic.js fileuse(function () { var someArrayVar = [1,2,3,4]; ...