UNPKG

@adaptabletools/adaptable

Version:

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

5 lines (4 loc) 341 B
import { StyledColumn } from '../../AdaptableState/StyledColumnState'; import { AdaptableApi } from '../../Api/AdaptableApi'; import { AdaptableColumn } from '../../AdaptableState/Common/AdaptableColumn'; export declare const getPercentBarRendererForColumn: (styledColumn: StyledColumn, abColumn: AdaptableColumn, api: AdaptableApi) => any;