1. To make an editable table, I want to be able to use the render method of the table in the AotoComplete, in the editing state, but when displaying, I find that there is a problem with the calculation of the drop-down part of the AotoComplete, sometimes obscuring the text box, sometimes completely out of the text box
.2.
} else if(item.type=="autocomplete-select") {
return h("autocomplete-select", {
props: {
value: currentRow[item.key],
url: item.url,
style: `width:${item.width-20}`
},
});
}
3. Try to test different situations. The control is also used outside the table, and it is found that there is no problem outside the table
4.
inside the table
5.F12csspositionfixedtop:5pxAotoComplete: