UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 231 B
import { AdaptableApi, CustomSort } from '../../../../types'; export declare const getCustomSortColumnViewItems: (customSort: CustomSort, api: AdaptableApi) => { name: string; values: string[]; tagVariant: "column"; };