jquery easyui复杂表头冻结问题

麻烦大牛能给予指导,问题如下:

 <thead frozen="true">
            <tr>
                <th rowspan="2" field="" data-options="checkbox:true"></th>
                <th colspan="2" width="300px">用户</th>
            </tr>
            <tr>
                <th field="id" width="250px">用户编号</th>
                <th field="username" width="50px">用户名</th>
            </tr>
</thead>
<thead>
            <tr>
                <th rowspan="2" field="username" width="100px">用户名1</th>
                <th rowspan="2" field="username" width="100px">用户名2</th>
                <th rowspan="2" field="username" width="100px">用户名3</th>
            </tr>
</thead>

我定义以上html表头,想估计【复选框】和【用户】这两列,其中【用户】这列是个分组表头,里面包含【用户编号】和【用户名】,但是按照以上的定义,easyui不能显示该表格。麻烦大牛指导一下。

问题已经解决,还得靠度娘

http://www.w3school.com.cn/tags/tag_thead.asp

贴个图看下想要的效果呢