这是我的adminModel.fields.distinctBodyParts = ['d','a','c','b']
<div style="float:left;width:100%;margin-top:2px">
<h3 id="routineNameId"></h3>
<ul id="routineTemplateHeader" data-role="listview" data-bind="source: adminModel.fields.distinctBodyParts"
data-template="item-template" data-header-template="header-template" ></ul>
<script id="header-template" type="text/x-kendo-tmpl"> #: value # </script>
<script id="item-template" type="text/x-kendo-tmpl"> #: bodyPart # </script>
</div>
但是我得到['a','b','c','d']
总是列表按字母顺序排序如何以原始插入顺序显示列表。
答案 0 :(得分:0)
我会创建另一个表,让我们说'ItemNo'字段。然后,我将根据插入期间“ItemNo”字段中的选择获取数据。也许在其他地方隐藏'ItemNo'