-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(data-table): add render-cell
#3109
feat(data-table): add render-cell
#3109
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #3109 +/- ##
==========================================
- Coverage 63.21% 63.13% -0.08%
==========================================
Files 1012 1009 -3
Lines 20981 20959 -22
Branches 5458 5453 -5
==========================================
- Hits 13263 13233 -30
- Misses 6303 6315 +12
+ Partials 1415 1411 -4
Continue to review full report at Codecov.
|
@@ -394,7 +396,8 @@ export default defineComponent({ | |||
doUpdateExpandedRowKeys, | |||
handleTableHeaderScroll, | |||
handleTableBodyScroll, | |||
setHeaderScrollLeft | |||
setHeaderScrollLeft, | |||
renderCell: props.renderCell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
必须 toRef,不然没有响应式
close #3095