DisplayTag中增加行号
非常简单,做个随笔记录下来。
<display:table name="codeLists" id="codeLists" pagesize="25" class="bluesky" style="width:90%">
<display:column title="#">${codeLists_rowNum}</display:column>
<display:column property="name" sortable="true" maxLength="50" escapeXml="false" titleKey="codeList.name"/>
</display:table>
<display:column title="#">${codeLists_rowNum}</display:column>
<display:column property="name" sortable="true" maxLength="50" escapeXml="false" titleKey="codeList.name"/>
</display:table>
浙公网安备 33010602011771号