UNPKG

@visactor/vtable

Version:

canvas table width high performance

5 lines (4 loc) 246 B
export function dealFreeze(col, row, table) { table.frozenColCount > 0 ? col !== table.frozenColCount - 1 ? table.setFrozenColCount(col + 1) : table.setFrozenColCount(0) : table.setFrozenColCount(col + 1); } //# sourceMappingURL=index.js.map