Refactor #3965 - Reimplementation DataTable for VirtualScroller

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-07 16:50:56 +03:00
parent 0a1b7e3b15
commit b85be19225
11 changed files with 83 additions and 70 deletions

View file

@ -86,7 +86,7 @@ export default {
},
computed: {
containerClass() {
return [this.columnProp('footerClass'), this.columnProp('class'), this.cx('footerCell')];
return [this.columnProp('footerClass'), this.columnProp('class'), this.cxo('footerCell')];
},
containerStyle() {
let bodyStyle = this.columnProp('footerStyle');