@visactor/vtable-gantt
Version:
canvas table width high performance
9 lines (8 loc) • 513 B
TypeScript
import type { Gantt } from '../Gantt';
export declare function syncScrollStateToTable(gantt: Gantt): void;
export declare function syncScrollStateFromTable(gantt: Gantt): void;
export declare function syncEditCellFromTable(gantt: Gantt): void;
export declare function syncTreeChangeFromTable(gantt: Gantt): void;
export declare function syncSortFromTable(gantt: Gantt): void;
export declare function syncDragOrderFromTable(gantt: Gantt): void;
export declare function syncTableWidthFromTable(gantt: Gantt): void;