start vtable mode
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user