如何在Metronic数据表中设置动态列标题?

时间:2019-03-16 13:33:29

标签: jquery datatables metronic

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

Datatable image here

任何基于官方消息的建议都将受到赞赏。

1 个答案:

答案 0 :(得分:0)

您可以使用ajax进行动态处理。 示例:https://datatables.net/examples/data_sources/ajax.html