UNPKG

@adaptabletools/adaptable

Version:

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

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