@visactor/vtable
Version:
canvas table width high performance
5 lines (4 loc) • 396 B
TypeScript
import type { CellLocation } from '../../ts-types';
import type { BaseTableAPI } from '../../ts-types/base-table';
import { Group } from '../graphic/group';
export declare function createColGroup(containerGroup: Group, xOrigin: number, yOrigin: number, colStart: number, colEnd: number, rowStart: number, rowEnd: number, cellLocation: CellLocation, table: BaseTableAPI, rowLimit?: number): void;