有人用ectable么?
如何用ectable实现如下的table样式:
- HTML code
<tr><td colspan="2">1.1</td></tr><tr><td>1.1</td><td>1.2</td></tr>
[解决办法]
参考一下下面的。
<ec:row>
<ec:column property="rowcount" cell="rowCount" sortable="false" title="序号" width="5%" />
<ec:column property="name" title="姓名" width="40%" />
<ec:column property="email" title="user.email" width="50%" />
<ec:column property="checkbox" title="选择" sortable="false" viewsAllowed="html" width="5%" style="text-align: center">
<input type="checkbox" id="itemlist" name="itemlist" value="${user.id}" style="border: 0px" />
</ec:column>
</ec:row>
[解决办法]
没有用过,只能帮顶一下了