start vtable mode

This commit is contained in:
2023-04-25 17:33:27 +08:00
parent 0be2078c45
commit 54d4c4c4c0
2 changed files with 17 additions and 6 deletions

View File

@ -67,6 +67,7 @@ class Grid {
#scrollLeft;
#colTypes = {};
#colAttrs = {};
#vtable = [];
columns = [];
langs = {
@ -629,7 +630,6 @@ class Grid {
}
cell.appendChild(type.create(col));
}
}
row.appendChild(cell);
});