UNPKG

@visactor/vtable

Version:

canvas table width high performance

7 lines (6 loc) 260 B
export function updateContainerChildrenX(containerGroup, x) { return containerGroup.forEachChildrenSkipChild(((column, index) => { column.setAttribute("x", x), x += column.attribute.width; })), x; } //# sourceMappingURL=update-container.js.map