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 fa04416 commit 0944773Copy full SHA for 0944773
packages/ve-table/src/editor/edit-input.jsx
@@ -43,13 +43,6 @@ export default {
43
type: Object,
44
required: true,
45
},
46
- // edit option
47
- editOption: {
48
- type: Object,
49
- default: function () {
50
- return null;
51
- },
52
53
// editing cell
54
editingCell: {
55
packages/ve-table/src/index.jsx
@@ -2057,7 +2057,6 @@ export default {
2057
tableData: this.tableData,
2058
cellSelectionKeyData,
2059
colgroups,
2060
- editOption,
2061
editingCell: this.editingCell,
2062
isEditingCell: this.isEditingCell,
2063
allRowKeys: this.allRowKeys,
0 commit comments