UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 271 B
import { AdaptableColumn } from '../../AdaptableState/Common/AdaptableColumn'; import { IAdaptable } from '../../AdaptableInterfaces/IAdaptable'; export interface ColumnFilterProps { Column: AdaptableColumn; Adaptable: IAdaptable; ShowCloseButton: boolean; }