bootstrap table footerFormatter合并单元格

首先开启表格页脚

showFooter: true,

其次在列参数中添加footerFormatter

{field: 'state',
    radio: true,
    align: 'center',
    valign: 'middle',
    footerFormatter:function (data) {return "平均分";
    }
}

然后自定义合并内容:

//合并页脚
function merge_footer() {