标签:style io ar 使用 sp strong on 问题 html
问题
Grid某个单元格的样式怎么设置?
解决方案
使用attributes属性设置,如果有css中class属性,需要加双引号””.如
{
field: "name",
title: "Name",
attributes: {
"class": "table-cell",
style: "text-align: right; font-size: 14px"
}
} 标签:style io ar 使用 sp strong on 问题 html
原文地址:http://blog.csdn.net/sun_jy2011/article/details/41546375