@visactor/vtable
Version:
canvas table width high performance
4 lines (3 loc) • 342 B
TypeScript
import type { BaseTableAPI } from '../../ts-types/base-table';
export declare function computeRowsHeight(table: BaseTableAPI, rowStart?: number, rowEnd?: number, isClearRowRangeHeightsMap?: boolean, update?: boolean): void;
export declare function computeRowHeight(row: number, startCol: number, endCol: number, table: BaseTableAPI): number;