我在视图模型中有一个可观察的数组。我用模板显示数组的日期:
<table align="center">
<thead>
<tr>
<th>Name</th>
<th>Surname</th>
</tr>
</thead>
<tbody data-template="row-template" data-bind="source: client"></tbody>
</table>
但是如果我想对数组进行排序?并按姓名或姓氏显示“客户”订单?