We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b91b9 commit 872f69cCopy full SHA for 872f69c
components/table/createBodyRow.jsx
@@ -51,7 +51,7 @@ export default function createTableRow (Component = 'tr') {
51
}
52
53
return (
54
- <Component class={className}>
+ <Component class={className} {...{ on: this.$listeners }}>
55
{this.$slots.default}
56
</Component>
57
)
0 commit comments