mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - Reimplementation DataTable for VirtualScroller
This commit is contained in:
parent
0a1b7e3b15
commit
b85be19225
11 changed files with 83 additions and 70 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue