Merge pull request #6709 from dataease/pr@dev@fix_antv_table_index_zebra_stripe

fix: antv汇总表序号列斑马纹不生效
This commit is contained in:
wisonic-s 2023-11-15 21:30:44 +08:00 committed by GitHub
commit a248312061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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