forked from github/dataease
feat: S2 pivot
This commit is contained in:
parent
ef332c765e
commit
64fce59957
@ -106,7 +106,7 @@ export function getSize(chart) {
|
||||
size.cellCfg = {
|
||||
height: s.tableItemHeight
|
||||
}
|
||||
if (!s.tableColumnMode || s.tableColumnMode === 'adapt') {
|
||||
if (s.tableColumnMode && s.tableColumnMode === 'adapt') {
|
||||
delete size.cellCfg.width
|
||||
size.layoutWidthType = 'compact'
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user