VTable
VTable copied to clipboard
[Documentation] 行汇总底部固定之后frame边框如何配置
Documentation Title or Section
theme: {
defaultStyle: {
borderLineWidth: 0
},
frameStyle: {
borderColor: 'red',
borderLineWidth: 0
},
cornerHeaderStyle: {
frameStyle: {
borderColor: 'blue',
borderLineWidth: [2, 0, 1, 0]
},
},
headerStyle: {
frameStyle: {
borderColor: 'blue',
borderLineWidth: [2, 0, 1, 0]
},
borderColor: 'blue',
// borderLineWidth: [1, 0, 0, 0]
},
rowHeaderStyle: {
frameStyle: {
borderColor: 'blue',
borderLineWidth: [0, 0, 0, 0]
}
},
bodyStyle: {
frameStyle: {
borderColor: 'blue',
borderLineWidth: [0, 0, 0, 0]
}
},
bottomFrozenStyle: {
// borderLineWidth: [0, 0, 1, 0],
frameStyle: {
borderColor: 'red',
borderLineWidth: [1, 0, 1, 0]
}
},
}
Issue Description or Suggestion
如上配置之后,行汇总单元格的边框文档里面找不到如何配置的方法
theme style 都支持函数
bottomFrozenStyle 包含行表头吗?用rowHeaderFrame下边框的时候会只有滚动到最下面才会出现,显得非常割裂; 数据区域的bottomFrozenStyle效果最合适,但是冻结的行表头不知道如何处理,用函数也找不到如何控制 rowHeaderBottomFrame对应什么属性