Merge pull request #9830 from dataease/pr@dev@table_pivot_scroll

feat(视图): 透视表支持滚动
This commit is contained in:
wisonic-s 2024-05-24 11:20:10 +08:00 committed by GitHub
commit b42c9dbe91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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') {