@visactor/vtable
Version:
canvas table width high performance
11 lines (8 loc) • 382 B
JavaScript
;
function dealFreeze(col, row, table) {
table.frozenColCount > 0 ? col !== table.frozenColCount - 1 ? table.setFrozenColCount(col + 1) : table.setFrozenColCount(0) : table.setFrozenColCount(col + 1);
}
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.dealFreeze = void 0, exports.dealFreeze = dealFreeze;
//# sourceMappingURL=index.js.map