jquery easyui 合并单元格不了(colspan:2无效) 10

<tableclass="easyui-datagrid"toolbar="#td"data-options="collapsible:true,singleSelect... <table class="easyui-datagrid" toolbar="#td"
data-options="collapsible:true,singleSelect:true,pagination:true,rownumbers:true,fit:true">
<thead>
<tr>
<th data-options="width:150,field:'qq'">工号</th>
<th data-options="width:170,field:'ww'">姓名</th>
<th data-options="width:170,field:'ee'">邮箱</th>
<th data-options="width:170,field:'rr'">电话号码</th>
<th data-options="width:170,field:'tt'">角色</th>
<th data-options="colspan:2,width:150,field:'firstname'">操作</th>
</tr>
</thead>
<tr>
<td data-options="width:100,field:'qq'">sssss</td>
<td data-options="width:100,field:'ww'">sssss</td>
<td data-options="width:100,field:'ee'">sssss</td>
<td data-options="width:100,field:'rr'" >sssss</td>
<td data-options="width:100,field:'tt'">sssss</td>
<td data-options="width:100,field:'aa'">sssss</td>
<td data-options="width:100,field:'bb'">sssss</td>
</tr>
</table>
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
戏肖告O
2014-08-29 · TA获得超过441个赞
知道小有建树答主
回答量:331
采纳率:28%
帮助的人:184万
展开全部
要都放在<thead>里面吧
<table class="easyui-datagrid" toolbar="#td"
data-options="collapsible:true,singleSelect:true,pagination:true,rownumbers:true,fit:true">
<thead>
<tr>
<th data-options="width:150,field:'qq'">工号</th>
<th data-options="width:170,field:'ww'">姓名</th>
<th data-options="width:170,field:'ee'">邮箱</th>
<th data-options="width:170,field:'rr'">电话号码</th>
<th data-options="width:170,field:'tt'">角色</th>
<th data-options="colspan:2,width:150,field:'firstname'">操作</th>
</tr>
<tr>
<td data-options="width:100,field:'qq'">sssss</td>
<td data-options="width:100,field:'ww'">sssss</td>
<td data-options="width:100,field:'ee'">sssss</td>
<td data-options="width:100,field:'rr'" >sssss</td>
<td data-options="width:100,field:'tt'">sssss</td>
<td data-options="width:100,field:'aa'">sssss</td>
<td data-options="width:100,field:'bb'">sssss</td>
</tr>
</thead>

</table>
更多追问追答
追问
thead是表头的意思,下面那些内容不能放在thead标签里面,但是可以放在tbody里面,但是也是无效的。。
追答

亲,你要干嘛啊?是想把操作列做成这样吗?

<table   class="easyui-datagrid"   toolbar="#td"
                     data-options="collapsible:true,singleSelect:true,pagination:true,rownumbers:true,fit:true">
                <thead>
                <tr>
                    <th  data-options="width:150,field:'qq'">工号</th>
                    <th  data-options="width:170,field:'ww'">姓名</th>
                    <th  data-options="width:170,field:'ee'">邮箱</th>
                    <th data-options="width:170,field:'rr'">电话号码</th>
                    <th data-options="width:170,field:'tt'">角色</th>
                    <th data-options="colspan:2,width:150,formatter:function(value,row,index){

                             return "";//在这里写

                           }">操作</th>
                </tr>

             </thead>

</table>

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式