UNPKG

@visactor/vtable

Version:

canvas table width high performance

13 lines (10 loc) 438 B
"use strict"; function updateContainerChildrenX(containerGroup, x) { return containerGroup.forEachChildrenSkipChild(((column, index) => { column.setAttribute("x", x), x += column.attribute.width; })), x; } Object.defineProperty(exports, "__esModule", { value: !0 }), exports.updateContainerChildrenX = void 0, exports.updateContainerChildrenX = updateContainerChildrenX; //# sourceMappingURL=update-container.js.map