for example, the merged code in vue-easytable
is as follows:
if (field === "type_name") {
return {
colSpan: 1,
rowSpan: 3,
content: rowData.type_name,
componentName: ""
}
}
Can be merged into the same column of the same elements through conditional judgment? If so, how can it be realized? Thank you very much for asking the boss to solve your doubts.
< hr > Note: a element-ui
was asked before, but it turns out that the element-ui
version of this project is too low to be used at all, and there are many contents that cannot be updated.
(this component is ugly and difficult to use, so it can"t be the best. Whisper bb..)