@blueprintjs/table
Version:
Scalable interactive table component
15 lines (14 loc) • 1.15 kB
TypeScript
export declare const QUADRANT_ON_SCROLL_UNNECESSARILY_DEFINED: string;
export declare const TABLE_EXPAND_FOCUSED_REGION_MULTI_COLUMN_REGION: string;
export declare const TABLE_EXPAND_FOCUSED_REGION_MULTI_ROW_REGION: string;
export declare const TABLE_NON_COLUMN_CHILDREN_WARNING: string;
export declare const TABLE_NUM_FROZEN_COLUMNS_BOUND_WARNING: string;
export declare const TABLE_NUM_FROZEN_COLUMNS_NEGATIVE: string;
export declare const TABLE_NUM_FROZEN_ROWS_BOUND_WARNING: string;
export declare const TABLE_NUM_FROZEN_ROWS_NEGATIVE: string;
export declare const TABLE_NUM_ROWS_ROW_HEIGHTS_MISMATCH: string;
export declare const TABLE_NUM_ROWS_NEGATIVE: string;
export declare const TABLE_NUM_COLUMNS_COLUMN_WIDTHS_MISMATCH: string;
export declare const TABLE_UNMOUNTED_RESIZE_WARNING = "[Blueprint Table] Table resize method called while component is unmounted, this is a no-op.";
export declare const TABLE_INVALID_CELL_RENDERER_DEPS = "[Blueprint Table] cellRendererDependencies should either always be defined or undefined; this feature cannot be enabled during the component lifecycle";
export declare const TABLE_COPY_FAILED: string;