@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 316 B
TypeScript
import { ApiBase } from '../Implementation/ApiBase';
import { GridFilter } from '../../types';
export declare class GridFilterInternalApi extends ApiBase {
/**
* Compares to Grid Filter to see if they are identical
*/
isGridFilterDifferent(oldFilter: GridFilter, newFilter: GridFilter): boolean;
}