datagrid不显示表头

提问 未结 2 8664
…!' 4年前
悬赏:20飞吻
<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>
从文档里复制 的代码 但是不显示表头
回帖
回帖须知