We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d78a27 commit 3406cecCopy full SHA for 3406cec
components/table/index.en-US.md
@@ -86,14 +86,14 @@ Follow [Vue jsx](https://github.com/vuejs/babel-plugin-transform-vue-jsx) syntax
86
xxxx...
87
},
88
};
89
- )}
+ }}
90
customHeaderRow={(column) => {
91
return {
92
on: {
93
click: () => {}, // click header row
94
95
96
97
/>
98
```
99
components/table/index.zh-CN.md
@@ -88,14 +88,14 @@ const columns = [{
click: () => {}, // 点击表头行
}
100
101
0 commit comments