@syncfusion/ej2-grids
Version:
Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.
18 lines (17 loc) • 494 B
TypeScript
import { IGrid, IAction } from '../base/interface';
import { ServiceLocator } from '../services/service-locator';
/**
* `Freeze` module is used to handle Frozen rows and columns.
*
* @hidden
*/
export declare class Freeze implements IAction {
private locator;
private parent;
constructor(parent: IGrid, locator?: ServiceLocator);
getModuleName(): string;
addEventListener(): void;
private instantiateRenderer;
removeEventListener(): void;
destroy(): void;
}