-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Table: Adds header rendering slot #13012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
f70b08e
8234954
925cacd
991ef98
591b8c0
c8bf9e5
022fce1
9bd516a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -294,6 +294,11 @@ export default { | |
} | ||
}); | ||
|
||
// Deprecation warning for renderHeader property | ||
if (this.renderHeader) { | ||
console.warn('[Element Warn][Table Column]\'render-header\' property will be deprecated in next major version. please use scoped-slot \'header\' instead.'); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I find
|
||
} | ||
|
||
this.columnConfig = column; | ||
|
||
let renderCell = column.renderCell; | ||
|
Uh oh!
There was an error while loading. Please reload this page.