我们正在使用 Metronic 数据表,我们需要动态设置列标题。
这是我的示例:
columns: [{
field: "id",
title: "#",
sortable: !1,
width: 40,
textAlign: "center",
selector: {
class: "m-checkbox--solid m-checkbox--brand"
}
}, {
field: "username",
title: "Username"
}, [enter image description here][1] {
field: "sector_1",
title: "sector_1",
width: 70,
},
}]
我们需要显示标题 sector_1 =>'XYZ'
任何基于官方消息的建议都将受到赞赏。