答案 0 :(得分:0)
您应该使用headerAttributes
示例:强>
columns:[{
headerAttributes: {
style: "text-align: center; background-color: red;"
},
title: "Header",
columns: [{
field: "FirstName",
title: "First Name",
width: "120px"
},{
field: "LastName",
title: "Last Name",
width: "120px"
},{
field: "Country",
width: "120px"
},{
field: "City",
width: "120px"
},{
field: "Title"
}]
}]