1.将两个列的文本拼接到一起并显示,如列1为name,列2为code,需要显示name(code).如:小明(123) 则初始化datagrid时在columns[]里加入:列1添加formatter方法,列2添加hidden:true. { field: 'CHNItemName', title: '名称', width: 350, sortable: false, align: 'left', formatter: function (value, rec, index) { return…