fix: antv汇总表序号列斑马纹不生效

This commit is contained in:
wisonic-s 2023-11-15 21:28:41 +08:00
parent 5424346aa9
commit 6ae686d72e

View File

@ -291,6 +291,10 @@ export function baseTableNormal(s2, container, chart, action, tableData) {
node.label = customAttr.size.indexLabel
}
}
return node.belongsCell
}
s2Options.dataCell = (viewMeta) => {
return new DataCell(viewMeta, viewMeta?.spreadsheet)
}
}
// 隐藏表头,保留顶部的分割线, 禁用表头横向 resize