This commit is contained in:
Vanessa 2023-07-15 23:19:40 +08:00
parent 46e395189d
commit ecb413660f
3 changed files with 8 additions and 9 deletions

View file

@ -23,7 +23,7 @@ export const avRender = (element: Element, cb?: () => void) => {
const data = response.data.view as IAVTable;
// header
let tableHTML = '<div class="av__row av__row--header"><div class="av__firstcol"><svg style="height: 32px"><use xlink:href="#iconUncheck"></use></svg></div>';
let calcHTML = ''
let calcHTML = "";
data.columns.forEach((column: IAVColumn) => {
if (column.hidden) {
return;