forked from github/dataease
Merge pull request #9830 from dataease/pr@dev@table_pivot_scroll
feat(视图): 透视表支持滚动
This commit is contained in:
commit
b42c9dbe91
@ -2188,7 +2188,7 @@ export default {
|
||||
equalsAny(this.view.type, 'map', 'text')
|
||||
},
|
||||
showScrollCfg() {
|
||||
return equalsAny(this.view.type, 'table-normal', 'table-info')
|
||||
return equalsAny(this.view.type, 'table-normal', 'table-info', 'table-pivot')
|
||||
},
|
||||
showAnalyseCfg() {
|
||||
if (this.view.type === 'bidirectional-bar' || this.view.type === 'bar-time-range') {
|
||||
|
Loading…
Reference in New Issue
Block a user