jeasy-ui 的 DataGrid 有自己的一组用于表头和表体数据的字体大小。
我有 3 个 DataGrid,但我需要为 2 个 DataGrid 设置默认字体大小,但对于 1 个 DataGrid,我必须明确指定字体大小。
我怎样才能做到这一点?
<table class="easyui-datagrid" data-options="singleSelect:true,fitColumns:true" style="height:180px;" id="alertDescDG">
<thead>
<tr>
<th data-options="field:'label', width:200"></th>
<th data-options="field:'value', width:200"></th>
</tr>
</thead>
</table>