代码
<table data-toggle="topjui-treegrid"
data-options="id:'orgnizationTg',
idField:'id',
treeField:'text',
rowStyler:function(index,row){
if (row.id>15){
return 'background-color:red;';
}
},
fitColumns:true,
expandRoots:false,
singleSelect:true,
url:'***',
expandUrl:'****',
childTab: [{id:'centerTabs'}]">
<thead>
<tr>
<th data-options="field:'id',title:'ID',checkbox:true"></th>
<th data-options="field:'text',title:'服务器列表',width:150"></th>
</tr>
</thead>
</table>