0

我们正在使用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'

数据表图像在这里

非常感谢任何基于官方来源的建议。

4

1 回答 1

0

你可以用ajax做动态。示例:https ://datatables.net/examples/data_sources/ajax.html

于 2019-03-21T10:14:52.283 回答