forked from github/dataease
fix: antv汇总表序号列斑马纹不生效
This commit is contained in:
parent
5424346aa9
commit
6ae686d72e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user