zk列表怎么显示序号的问题???
zk列表中,想让第一列显示序号,
<listbox model="@{controller.pageModel}" > <listhead sizable="true"> <listheader label="${c:l('label.no') }" sort="auto(resume.serialNumber)" onSort="controller.onSort(event)"></listheader> <listheader label="${c:l('candidate.resume.searialnumber') }" sort="auto(resume.serialNumber)" onSort="controller.onSort(event)"></listheader> </listhead> <listitem self="@{each=rec}" value="@{rec}"> <listcell> <label value="@{forEachStatus.index }" /> </listcell> <listcell> <label value="@{rec.resume.serialNumber}" /> </listcell> </listitem> </listbox>
<label value="@{forEachStatus.index }" />为什么不显示数据,使用时需要注意哪些问题吗?
如果这种方法行不通可以有其他方法吗
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论