@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) • 321 B
TypeScript
import { AdaptableApi } from '../../Api/AdaptableApi';
import { IAdaptableService } from './Interface/IAdaptableService';
export declare class RowFormService implements IAdaptableService {
private adaptableApi;
constructor(adaptableApi: AdaptableApi);
private autoHandleRowFormButtons;
destroy(): void;
}