例如:
<table class="easyui-datagrid" style="width:500px;height:250px" id="tt">
<thead><tr style="text-align: center;">
<th field="fldAppDept" width="100">账号</th>
<th field="fldAppDept" width="100">姓名</th>
<th field="fldAppDept" width="100">性别</th>
<th field="fldAppDept" width="200">操作</th>
</tr>
<s:iterator value="userlist">
<tr style="text-align: center;width: 100%;">
<th field="fldAppDept" width="100"><s:property value="account"/></th>
<th field="fldAppDept" width="100"><s:property value="name"/></th>
<th field="fldAppDept" width="100"><s:property value="sex"/></th>
<th field="fldAppDept" width="200">
<a href="#">详细信息</a>
<a href="#">删除</a>
</th>
</tr>
</s:iterator>
</thead>
</table>
本文展示了一个使用 EasyUI 框架实现的数据表格示例,该表格包含账号、姓名、性别等字段,并提供了详细信息查看及删除操作链接。
63

被折叠的 条评论
为什么被折叠?



