mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3965 - Update BaseComponent & DataTable
This commit is contained in:
parent
57b6f2c63a
commit
6c39522495
11 changed files with 78 additions and 76 deletions
|
@ -11,6 +11,7 @@ import { DomHandler, ObjectUtils } from 'primevue/utils';
|
|||
|
||||
export default {
|
||||
name: 'FooterCell',
|
||||
hostName: 'DataTable',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
column: {
|
||||
|
@ -86,7 +87,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
containerClass() {
|
||||
return [this.columnProp('footerClass'), this.columnProp('class'), this.cxo('footerCell')];
|
||||
return [this.columnProp('footerClass'), this.columnProp('class'), this.cx('footerCell')];
|
||||
},
|
||||
containerStyle() {
|
||||
let bodyStyle = this.columnProp('footerStyle');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue