可以绘制一个小箭头
.aa
{
font: normal normal normal 16px/1 FontAwesome;
display:inline-block;
position:absolute;
right:3px;
}
.aa:before
{
content:"\f0d7";
}
grid.on("drawcell", function (e) {
if (e.field == "gender") {
var html = e.cellHtml;
e.cellHtml = html + '<span class="aa"></span>';
}
})作者: zxb123456 时间: 2020-11-10 16:48:06