我们正在使用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,
},
}]
我们需要显示标题扇区_1 => 'XYZ'
非常感谢任何基于官方来源的建议。