mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
fix: antv汇总表序号列斑马纹不生效
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user