<table style="width: 400px; height: 250px;" data-options="fitColumns:true,singleSelect:true" data-toggle="topjui-datagrid">
<thead>
<tr>
<th data-options="field:'code',width:100">编码</th>
<th data-options="field:'name',width:100">名称</th>
<th data-options="field:'price',width:100,align:'right'">价格</th>
</tr>
</thead>
</table>
从文档里复制 的代码 但是不显示表头