This commit is contained in:
Vanessa 2024-01-29 15:44:18 +08:00
parent c8bb337ede
commit 2a8f8abc8d
11 changed files with 23 additions and 23 deletions

View file

@ -549,7 +549,7 @@ export const renderCellAttr = (cellElement: Element, value: IAVCellValue) => {
cellElement.setAttribute("data-detached", "true");
}
}
}
};
export const renderCell = (cellValue: IAVCellValue) => {
let text = "";