mirror of https://github.com/certd/certd
🔱: [client] sync upgrade with 2 commits [trident-sync]
feat(editable): editable优化重构,分三种模式:free、row、cellpull/26/head
parent
4e13843c78
commit
28cbefde04
|
@ -85,7 +85,7 @@ export default defineComponent({
|
||||||
crudExpose.editable.addRow();
|
crudExpose.editable.addRow();
|
||||||
},
|
},
|
||||||
editCol() {
|
editCol() {
|
||||||
crudExpose.editable.editCol({ cols: ["radio"] });
|
crudExpose.editable.activeCols({ cols: ["radio"] });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue