UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

9 lines (8 loc) 772 B
import { Layout, PivotLayout, TableLayout } from '../../../../types'; export declare function getLayoutWizardInitialExpandedCardId(layoutWizardMode: 'create' | 'edit' | undefined, firstCardId: string, isSectionConfigured: boolean): string | null; export declare function isColumnsSectionConfigured(layout: TableLayout): boolean; export declare function isRowGroupingSectionConfigured(layout: Layout): boolean; export declare function isPivotRowGroupingSectionConfigured(layout: PivotLayout): boolean; export declare function isTableAggregationsSectionConfigured(layout: TableLayout): boolean; export declare function isPivotAggregationsSectionConfigured(layout: PivotLayout): boolean; export declare function isPivotColumnsSectionConfigured(layout: PivotLayout): boolean;