VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Feature] 转置表格(transpose = true),frozenRowCount无效,期望frozenRowCount也适用转置表格

Open banshow opened this issue 1 year ago • 0 comments

What problem does this feature solve?

期望frozenRowCount这个配置属性跟bottomFrozenRowCount一样,也适用转置表格,即可冻结转置表格前几行。而目前frozenRowCount对转置表格无效

What does the proposed API look like?

const option = { transpose:true, frozenRowCount: 2 }

banshow avatar Aug 06 '24 00:08 banshow