html中table标签的一个关于“<”的错误 10
3个回答
展开全部
你把代码放在一行里应该就可以了,不要换行,换行之后两个双引号匹配不上了:
<table class="easyui-datagrid" title="DataGrid Row Style" style="width:700px;height:250px;" data-option="singleSelect: true, iconCls: 'icon-save', url: 'datagrid_data1.json', method: 'get', rowStyler: function(index,row){if (row.listprice < 30){return 'background-color:#6293BB;color:#fff;font-weight:bold;';}}">
2014-05-03
展开全部
能给下实例吗?
追问
错误的部分代码全在上面的图上了啊!
追答
把data-options 里面的'去掉
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2018-08-06
展开全部
<table class="easyui-datagrid" title="DataGrid Cell Style" style="width:700px;height:250px"
data-options="
singleSelect: true,
iconCls: 'icon-save',
url: '../datagrid/datagrid_data1.json',
rowStyler: function(index,row){
if (30 > row.listprice){
return 'background-color:#6293BB;color:#fff;font-weight:bold;';
}
}
">
<thead>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询