UNPKG

122 kBTypeScriptView Raw
1import type { AdvancedFilterBuilderVisibleChangedEvent, AdvancedFilterModel, AlignedGrid, AsyncTransactionsFlushedEvent, BodyScrollEndEvent, BodyScrollEvent, CellClickedEvent, CellContextMenuEvent, CellDoubleClickedEvent, CellEditRequestEvent, CellEditingStartedEvent, CellEditingStoppedEvent, CellFocusedEvent, CellKeyDownEvent, CellMouseDownEvent, CellMouseOutEvent, CellMouseOverEvent, CellPosition, CellValueChangedEvent, ChartCreatedEvent, ChartDestroyedEvent, ChartOptionsChangedEvent, ChartRangeSelectionChangedEvent, ChartRefParams, ChartToolPanelsDef, ColDef, ColGroupDef, ColTypeDef, Column, ColumnEverythingChangedEvent, ColumnGroupOpenedEvent, ColumnHeaderClickedEvent, ColumnHeaderContextMenuEvent, ColumnHeaderMouseLeaveEvent, ColumnHeaderMouseOverEvent, ColumnMenuVisibleChangedEvent, ColumnMovedEvent, ColumnPinnedEvent, ColumnPivotChangedEvent, ColumnPivotModeChangedEvent, ColumnResizedEvent, ColumnRowGroupChangedEvent, ColumnValueChangedEvent, ColumnVisibleEvent, ComponentStateChangedEvent, ContextMenuVisibleChangedEvent, CsvExportParams, CutEndEvent, CutStartEvent, DataTypeDefinition, DisplayedColumnsChangedEvent, DomLayoutType, DragStartedEvent, DragStoppedEvent, ExcelExportParams, ExcelStyle, ExpandOrCollapseAllEvent, FillEndEvent, FillOperationParams, FillStartEvent, FilterChangedEvent, FilterModifiedEvent, FilterOpenedEvent, FirstDataRenderedEvent, FocusGridInnerElementParams, FullWidthCellKeyDownEvent, GetChartMenuItems, GetChartToolbarItems, GetContextMenuItems, GetDataPath, GetGroupRowAggParams, GetLocaleTextParams, GetMainMenuItems, GetRowIdFunc, GetServerSideGroupKey, GetServerSideGroupLevelParamsParams, GridColumnsChangedEvent, GridReadyEvent, GridSizeChangedEvent, GridState, HeaderFocusedEvent, HeaderPosition, IAdvancedFilterBuilderParams, IAggFunc, IDatasource, IRowDragItem, IRowNode, IServerSideDatasource, IViewportDatasource, InitialGroupOrderComparatorParams, IsApplyServerSideTransaction, IsExternalFilterPresentParams, IsFullWidthRowParams, IsGroupOpenByDefaultParams, IsRowFilterable, IsRowMaster, IsRowSelectable, IsServerSideGroup, IsServerSideGroupOpenByDefaultParams, LoadingCellRendererSelectorFunc, MenuItemDef, ModelUpdatedEvent, NavigateToNextCellParams, NavigateToNextHeaderParams, NewColumnsLoadedEvent, PaginationChangedEvent, PaginationNumberFormatterParams, PasteEndEvent, PasteStartEvent, PinnedRowDataChangedEvent, PivotMaxColumnsExceededEvent, PostProcessPopupParams, PostSortRowsParams, ProcessCellForExportParams, ProcessDataFromClipboardParams, ProcessGroupHeaderForExportParams, ProcessHeaderForExportParams, ProcessRowParams, ProcessUnpinnedColumnsParams, RangeDeleteEndEvent, RangeDeleteStartEvent, RangeSelectionChangedEvent, RedoEndedEvent, RedoStartedEvent, RowClassParams, RowClassRules, RowClickedEvent, RowDataUpdatedEvent, RowDoubleClickedEvent, RowDragEndEvent, RowDragEnterEvent, RowDragLeaveEvent, RowDragMoveEvent, RowEditingStartedEvent, RowEditingStoppedEvent, RowGroupOpenedEvent, RowGroupingDisplayType, RowHeightParams, RowModelType, RowSelectedEvent, RowStyle, RowValueChangedEvent, SelectionChangedEvent, SendToClipboardParams, ServerSideGroupLevelParams, SideBarDef, SizeColumnsToContentStrategy, SizeColumnsToFitGridStrategy, SizeColumnsToFitProvidedWidthStrategy, SortChangedEvent, SortDirection, StateUpdatedEvent, StatusPanelDef, StoreRefreshedEvent, TabToNextCellParams, TabToNextHeaderParams, ToolPanelSizeChangedEvent, ToolPanelVisibleChangedEvent, TooltipHideEvent, TooltipShowEvent, TreeDataDisplayType, UndoEndedEvent, UndoStartedEvent, UseGroupFooter, UseGroupTotalRow, ViewportChangedEvent, VirtualColumnsChangedEvent, VirtualRowRemovedEvent } from 'ag-grid-community';
2import type { GridApi, GridOptions, Module } from 'ag-grid-community';
3import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, ViewContainerRef } from '@angular/core';
4import type { AgChartTheme, AgChartThemeOverrides } from 'ag-charts-types';
5import { AngularFrameworkComponentWrapper } from './angularFrameworkComponentWrapper';
6import { AngularFrameworkOverrides } from './angularFrameworkOverrides';
7import * as i0 from "@angular/core";
8export declare class AgGridAngular<TData = any, TColDef extends ColDef<TData> = ColDef<any>> implements AfterViewInit, OnChanges, OnDestroy {
9 private viewContainerRef;
10 private angularFrameworkOverrides;
11 private frameworkComponentWrapper;
12 private _nativeElement;
13 private _initialised;
14 private _destroyed;
15 private gridParams;
16 private _holdEvents;
17 private _resolveFullyReady;
18 private _fullyReady;
19 /** Grid Api available after onGridReady event has fired. */
20 api: GridApi<TData>;
21 constructor(elementDef: ElementRef, viewContainerRef: ViewContainerRef, angularFrameworkOverrides: AngularFrameworkOverrides, frameworkComponentWrapper: AngularFrameworkComponentWrapper);
22 ngAfterViewInit(): void;
23 ngOnChanges(changes: any): void;
24 ngOnDestroy(): void;
25 protected isEmitterUsed(eventType: string): boolean;
26 private globalEventListener;
27 /** Provided an initial gridOptions configuration to the component. If a property is specified in both gridOptions and via component binding the component binding takes precedence. */
28 gridOptions: GridOptions<TData> | undefined;
29 /**
30 * Used to register AG Grid Modules directly with this instance of the grid.
31 * See [Providing Modules To Individual Grids](https://www.ag-grid.com/angular-data-grid/modules/#providing-modules-to-individual-grids) for more information.
32 */
33 modules: Module[] | undefined;
34 /** Specifies the status bar components to use in the status bar.
35 */
36 statusBar: {
37 statusPanels: StatusPanelDef[];
38 } | undefined;
39 /** Specifies the side bar components.
40 */
41 sideBar: SideBarDef | string | string[] | boolean | null | undefined;
42 /** Set to `true` to not show the context menu. Use if you don't want to use the default 'right click' context menu.
43 * @default false
44 */
45 suppressContextMenu: boolean | undefined;
46 /** When using `suppressContextMenu`, you can use the `onCellContextMenu` function to provide your own code to handle cell `contextmenu` events.
47 * This flag is useful to prevent the browser from showing its default context menu.
48 * @default false
49 */
50 preventDefaultOnContextMenu: boolean | undefined;
51 /** Allows context menu to show, even when `Ctrl` key is held down.
52 * @default false
53 */
54 allowContextMenuWithControlKey: boolean | undefined;
55 /** Changes the display type of the column menu.
56 * `'new'` just displays the main list of menu items. `'legacy'` displays a tabbed menu.
57 * @default 'new'
58 * @initial
59 */
60 columnMenu: 'legacy' | 'new' | undefined;
61 /** When `true`, the column menu button will always be shown.
62 * When `false, the column menu button will only show when the mouse is over the column header.
63 * If `columnMenu = 'legacy'`, this will default to `false` instead of `true`.
64 * @default true
65 */
66 suppressMenuHide: boolean | undefined;
67 /** Set to `true` to use the browser's default tooltip instead of using the grid's Tooltip Component.
68 * @default false
69 * @initial
70 */
71 enableBrowserTooltips: boolean | undefined;
72 /** The trigger that will cause tooltips to show and hide.
73 * - `hover` - The tooltip will show/hide when a cell/header is hovered.
74 * - `focus` - The tooltip will show/hide when a cell/header is focused.
75 * @default 'hover'
76 * @initial
77 */
78 tooltipTrigger: 'hover' | 'focus' | undefined;
79 /** The delay in milliseconds that it takes for tooltips to show up once an element is hovered over.
80 * **Note:** This property does not work if `enableBrowserTooltips` is `true`.
81 * @default 2000
82 */
83 tooltipShowDelay: number | undefined;
84 /** The delay in milliseconds that it takes for tooltips to hide once they have been displayed.
85 * **Note:** This property does not work if `enableBrowserTooltips` is `true` and `tooltipHideTriggers` includes `timeout`.
86 * @default 10000
87 */
88 tooltipHideDelay: number | undefined;
89 /** Set to `true` to have tooltips follow the cursor once they are displayed.
90 * @default false
91 * @initial
92 */
93 tooltipMouseTrack: boolean | undefined;
94 /** This defines when tooltip will show up for Cells, Headers and SetFilter Items.
95 * - `standard` - The tooltip always shows up when the items configured with Tooltips are hovered.
96 * - `whenTruncated` - The tooltip will only be displayed when the items hovered have truncated (showing ellipsis) values. This property does not work when `enableBrowserTooltips={true}`.
97 * @default `standard`
98 */
99 tooltipShowMode: 'standard' | 'whenTruncated' | undefined;
100 /** Set to `true` to enable tooltip interaction. When this option is enabled, the tooltip will not hide while the
101 * tooltip itself it being hovered or has focus.
102 * @default false
103 * @initial
104 */
105 tooltipInteraction: boolean | undefined;
106 /** DOM element to use as the popup parent for grid popups (context menu, column menu etc).
107 */
108 popupParent: HTMLElement | null | undefined;
109 /** Set to `true` to also include headers when copying to clipboard using `Ctrl + C` clipboard.
110 * @default false
111 */
112 copyHeadersToClipboard: boolean | undefined;
113 /** Set to `true` to also include group headers when copying to clipboard using `Ctrl + C` clipboard.
114 * @default false
115 */
116 copyGroupHeadersToClipboard: boolean | undefined;
117 /** Specify the delimiter to use when copying to clipboard.
118 * @default '\t'
119 */
120 clipboardDelimiter: string | undefined;
121 /** Set to `true` to copy the cell range or focused cell to the clipboard and never the selected rows.
122 * @default false
123 */
124 suppressCopyRowsToClipboard: boolean | undefined;
125 /** Set to `true` to copy rows instead of ranges when a range with only a single cell is selected.
126 * @default false
127 */
128 suppressCopySingleCellRanges: boolean | undefined;
129 /** Set to `true` to work around a bug with Excel (Windows) that adds an extra empty line at the end of ranges copied to the clipboard.
130 * @default false
131 */
132 suppressLastEmptyLineOnPaste: boolean | undefined;
133 /** Set to `true` to turn off paste operations within the grid.
134 * @default false
135 */
136 suppressClipboardPaste: boolean | undefined;
137 /** Set to `true` to stop the grid trying to use the Clipboard API, if it is blocked, and immediately fallback to the workaround.
138 * @default false
139 */
140 suppressClipboardApi: boolean | undefined;
141 /** Set to `true` to block **cut** operations within the grid.
142 * @default false
143 */
144 suppressCutToClipboard: boolean | undefined;
145 /** Array of Column / Column Group definitions.
146 */
147 columnDefs: (TColDef | ColGroupDef<TData>)[] | null | undefined;
148 /** A default column definition. Items defined in the actual column definitions get precedence.
149 */
150 defaultColDef: ColDef<TData> | undefined;
151 /** A default column group definition. All column group definitions will use these properties. Items defined in the actual column group definition get precedence.
152 * @initial
153 */
154 defaultColGroupDef: Partial<ColGroupDef<TData>> | undefined;
155 /** An object map of custom column types which contain groups of properties that column definitions can reuse by referencing in their `type` property.
156 */
157 columnTypes: {
158 [key: string]: ColTypeDef<TData>;
159 } | undefined;
160 /** An object map of cell data types to their definitions.
161 * Cell data types can either override/update the pre-defined data types
162 * (`'text'`, `'number'`, `'boolean'`, `'date'`, `'dateString'` or `'object'`),
163 * or can be custom data types.
164 */
165 dataTypeDefinitions: {
166 [cellDataType: string]: DataTypeDefinition<TData>;
167 } | undefined;
168 /** Keeps the order of Columns maintained after new Column Definitions are updated.
169 * @default false
170 */
171 maintainColumnOrder: boolean | undefined;
172 /** If `true`, then dots in field names (e.g. `'address.firstLine'`) are not treated as deep references. Allows you to use dots in your field name if you prefer.
173 * @default false
174 */
175 suppressFieldDotNotation: boolean | undefined;
176 /** The height in pixels for the row containing the column label header. If not specified, it uses the theme value of `header-height`.
177 */
178 headerHeight: number | undefined;
179 /** The height in pixels for the rows containing header column groups. If not specified, it uses `headerHeight`.
180 */
181 groupHeaderHeight: number | undefined;
182 /** The height in pixels for the row containing the floating filters. If not specified, it uses the theme value of `header-height`.
183 */
184 floatingFiltersHeight: number | undefined;
185 /** The height in pixels for the row containing the columns when in pivot mode. If not specified, it uses `headerHeight`.
186 */
187 pivotHeaderHeight: number | undefined;
188 /** The height in pixels for the row containing header column groups when in pivot mode. If not specified, it uses `groupHeaderHeight`.
189 */
190 pivotGroupHeaderHeight: number | undefined;
191 /** Allow reordering and pinning columns by dragging columns from the Columns Tool Panel to the grid.
192 * @default false
193 */
194 allowDragFromColumnsToolPanel: boolean | undefined;
195 /** Set to `true` to suppress column moving, i.e. to make the columns fixed position.
196 * @default false
197 */
198 suppressMovableColumns: boolean | undefined;
199 /** If `true`, the `ag-column-moving` class is not added to the grid while columns are moving. In the default themes, this results in no animation when moving columns.
200 * @default false
201 */
202 suppressColumnMoveAnimation: boolean | undefined;
203 /** If `true`, when you drag a column out of the grid (e.g. to the group zone) the column is not hidden.
204 * @default false
205 */
206 suppressDragLeaveHidesColumns: boolean | undefined;
207 /** If `true`, when you drag a column into a row group panel the column is not hidden.
208 * @default false
209 */
210 suppressRowGroupHidesColumns: boolean | undefined;
211 /** Set to `'shift'` to have shift-resize as the default resize operation (same as user holding down `Shift` while resizing).
212 */
213 colResizeDefault: 'shift' | undefined;
214 /** Suppresses auto-sizing columns for columns. In other words, double clicking a column's header's edge will not auto-size.
215 * @default false
216 * @initial
217 */
218 suppressAutoSize: boolean | undefined;
219 /** Number of pixels to add to a column width after the [auto-sizing](./column-sizing/#auto-size-columns-to-fit-cell-contents) calculation.
220 * Set this if you want to add extra room to accommodate (for example) sort icons, or some other dynamic nature of the header.
221 * @default 20
222 */
223 autoSizePadding: number | undefined;
224 /** Set this to `true` to skip the `headerName` when `autoSize` is called by default.
225 * @default false
226 * @initial
227 */
228 skipHeaderOnAutoSize: boolean | undefined;
229 /** Auto-size the columns when the grid is loaded. Can size to fit the grid width, fit a provided width, or fit the cell contents.
230 * @initial
231 */
232 autoSizeStrategy: SizeColumnsToFitGridStrategy | SizeColumnsToFitProvidedWidthStrategy | SizeColumnsToContentStrategy | undefined;
233 /** A map of component names to components.
234 * @initial
235 */
236 components: {
237 [p: string]: any;
238 } | undefined;
239 /** Set to `'fullRow'` to enable Full Row Editing. Otherwise leave blank to edit one cell at a time.
240 */
241 editType: 'fullRow' | undefined;
242 /** Set to `true` to enable Single Click Editing for cells, to start editing with a single click.
243 * @default false
244 */
245 singleClickEdit: boolean | undefined;
246 /** Set to `true` so that neither single nor double click starts editing.
247 * @default false
248 */
249 suppressClickEdit: boolean | undefined;
250 /** Set to `true` to stop the grid updating data after `Edit`, `Clipboard` and `Fill Handle` operations. When this is set, it is intended the application will update the data, eg in an external immutable store, and then pass the new dataset to the grid. <br />**Note:** `rowNode.setDataValue()` does not update the value of the cell when this is `True`, it fires `onCellEditRequest` instead.
251 * @default false
252 */
253 readOnlyEdit: boolean | undefined;
254 /** Set this to `true` to stop cell editing when grid loses focus.
255 * The default is that the grid stays editing until focus goes onto another cell.
256 * @default false
257 * @initial
258 */
259 stopEditingWhenCellsLoseFocus: boolean | undefined;
260 /** Set to `true` along with `enterNavigatesVerticallyAfterEdit` to have Excel-style behaviour for the `Enter` key.
261 * i.e. pressing the `Enter` key will move down to the cell beneath and `Shift+Enter` will move up to the cell above.
262 * @default false
263 */
264 enterNavigatesVertically: boolean | undefined;
265 /** Set to `true` along with `enterNavigatesVertically` to have Excel-style behaviour for the 'Enter' key.
266 * i.e. pressing the Enter key will move down to the cell beneath and Shift+Enter key will move up to the cell above.
267 * @default false
268 */
269 enterNavigatesVerticallyAfterEdit: boolean | undefined;
270 /** Forces Cell Editing to start when backspace is pressed. This is only relevant for MacOS users.
271 */
272 enableCellEditingOnBackspace: boolean | undefined;
273 /** Set to `true` to enable Undo / Redo while editing.
274 * @initial
275 */
276 undoRedoCellEditing: boolean | undefined;
277 /** Set the size of the undo / redo stack.
278 * @default 10
279 * @initial
280 */
281 undoRedoCellEditingLimit: number | undefined;
282 /** A default configuration object used to export to CSV.
283 */
284 defaultCsvExportParams: CsvExportParams | undefined;
285 /** Prevents the user from exporting the grid to CSV.
286 * @default false
287 */
288 suppressCsvExport: boolean | undefined;
289 /** A default configuration object used to export to Excel.
290 */
291 defaultExcelExportParams: ExcelExportParams | undefined;
292 /** Prevents the user from exporting the grid to Excel.
293 * @default false
294 */
295 suppressExcelExport: boolean | undefined;
296 /** A list (array) of Excel styles to be used when exporting to Excel with styles.
297 * @initial
298 */
299 excelStyles: ExcelStyle[] | undefined;
300 /** Rows are filtered using this text as a Quick Filter.
301 */
302 quickFilterText: string | undefined;
303 /** Set to `true` to turn on the Quick Filter cache, used to improve performance when using the Quick Filter.
304 * @default false
305 * @initial
306 */
307 cacheQuickFilter: boolean | undefined;
308 /** Hidden columns are excluded from the Quick Filter by default.
309 * To include hidden columns, set to `true`.
310 * @default false
311 */
312 includeHiddenColumnsInQuickFilter: boolean | undefined;
313 /** Changes how the Quick Filter splits the Quick Filter text into search terms.
314 */
315 quickFilterParser: ((quickFilter: string) => string[]) | undefined;
316 /** Changes the matching logic for whether a row passes the Quick Filter.
317 */
318 quickFilterMatcher: ((quickFilterParts: string[], rowQuickFilterAggregateText: string) => boolean) | undefined;
319 /** When pivoting, Quick Filter is only applied on the pivoted data
320 * (or aggregated data if `groupAggFiltering = true`).
321 * Set to `true` to apply Quick Filter before pivoting (/aggregating) instead.
322 * @default false
323 */
324 applyQuickFilterBeforePivotOrAgg: boolean | undefined;
325 /** Set to `true` to override the default tree data filtering behaviour to instead exclude child nodes from filter results.
326 * @default false
327 */
328 excludeChildrenWhenTreeDataFiltering: boolean | undefined;
329 /** Set to true to enable the Advanced Filter.
330 * @default false
331 */
332 enableAdvancedFilter: boolean | undefined;
333 /** @deprecated As of v31, use `initialState.filter.advancedFilterModel` instead.
334 * @initial
335 */
336 advancedFilterModel: AdvancedFilterModel | null | undefined;
337 /** Hidden columns are excluded from the Advanced Filter by default.
338 * To include hidden columns, set to `true`.
339 * @default false
340 */
341 includeHiddenColumnsInAdvancedFilter: boolean | undefined;
342 /** DOM element to use as the parent for the Advanced Filter to allow it to appear outside of the grid.
343 * Set to `null` or `undefined` to appear inside the grid.
344 */
345 advancedFilterParent: HTMLElement | null | undefined;
346 /** Customise the parameters passed to the Advanced Filter Builder.
347 */
348 advancedFilterBuilderParams: IAdvancedFilterBuilderParams | undefined;
349 /** By default, Advanced Filter sanitises user input and passes it to `new Function()` to provide the best performance.
350 * Set to `true` to prevent this and use defined functions instead.
351 * This will result in slower filtering, but it enables Advanced Filter to work when `unsafe-eval` is disabled.
352 * @default false
353 */
354 suppressAdvancedFilterEval: boolean | undefined;
355 /** Set to `true` to Enable Charts.
356 * @default false
357 */
358 enableCharts: boolean | undefined;
359 /** The list of chart themes that a user can choose from in the chart panel.
360 * @default ['ag-default', 'ag-material', 'ag-sheets', 'ag-polychroma', 'ag-vivid'];
361 * @initial
362 */
363 chartThemes: string[] | undefined;
364 /** A map containing custom chart themes.
365 * @initial
366 */
367 customChartThemes: {
368 [name: string]: AgChartTheme;
369 } | undefined;
370 /** Chart theme overrides applied to all themes.
371 * @initial
372 */
373 chartThemeOverrides: AgChartThemeOverrides | undefined;
374 /** Allows customisation of the Chart Tool Panels, such as changing the tool panels visibility and order, as well as choosing which charts should be displayed in the chart panel.
375 * @initial
376 */
377 chartToolPanelsDef: ChartToolPanelsDef | undefined;
378 /** Get chart menu items. Only applies when using AG Charts Enterprise.
379 */
380 chartMenuItems: (string | MenuItemDef)[] | GetChartMenuItems<TData> | undefined;
381 /** Provide your own loading cell renderer to use when data is loading via a DataSource.
382 * See [Loading Cell Renderer](https://www.ag-grid.com/javascript-data-grid/component-loading-cell-renderer/) for framework specific implementation details.
383 */
384 loadingCellRenderer: any;
385 /** Params to be passed to the `loadingCellRenderer` component.
386 */
387 loadingCellRendererParams: any;
388 /** Callback to select which loading cell renderer to be used when data is loading via a DataSource.
389 * @initial
390 */
391 loadingCellRendererSelector: LoadingCellRendererSelectorFunc<TData> | undefined;
392 /** A map of key->value pairs for localising text within the grid.
393 * @initial
394 */
395 localeText: {
396 [key: string]: string;
397 } | undefined;
398 /** Set to `true` to enable Master Detail.
399 * @default false
400 */
401 masterDetail: boolean | undefined;
402 /** Set to `true` to keep detail rows for when they are displayed again.
403 * @default false
404 * @initial
405 */
406 keepDetailRows: boolean | undefined;
407 /** Sets the number of details rows to keep.
408 * @default 10
409 * @initial
410 */
411 keepDetailRowsCount: number | undefined;
412 /** Provide a custom `detailCellRenderer` to use when a master row is expanded.
413 * See [Detail Cell Renderer](https://www.ag-grid.com/javascript-data-grid/master-detail-custom-detail/) for framework specific implementation details.
414 */
415 detailCellRenderer: any;
416 /** Specifies the params to be used by the Detail Cell Renderer. Can also be a function that provides the params to enable dynamic definitions of the params.
417 */
418 detailCellRendererParams: any;
419 /** Set fixed height in pixels for each detail row.
420 * @initial
421 */
422 detailRowHeight: number | undefined;
423 /** Set to `true` to have the detail grid dynamically change it's height to fit it's rows.
424 * @initial
425 */
426 detailRowAutoHeight: boolean | undefined;
427 /** Provides a context object that is provided to different callbacks the grid uses. Used for passing additional information to the callbacks used by your application.
428 * @initial
429 */
430 context: any;
431 /**
432 * A list of grids to treat as Aligned Grids.
433 * Provide a list if the grids / apis already exist or return via a callback to allow the aligned grids to be retrieved asynchronously.
434 * If grids are aligned then the columns and horizontal scrolling will be kept in sync.
435 */
436 alignedGrids: (AlignedGrid[] | (() => AlignedGrid[])) | undefined;
437 /** Change this value to set the tabIndex order of the Grid within your application.
438 * @default 0
439 * @initial
440 */
441 tabIndex: number | undefined;
442 /** The number of rows rendered outside the viewable area the grid renders.
443 * Having a buffer means the grid will have rows ready to show as the user slowly scrolls vertically.
444 * @default 10
445 */
446 rowBuffer: number | undefined;
447 /** Set to `true` to turn on the value cache.
448 * @default false
449 * @initial
450 */
451 valueCache: boolean | undefined;
452 /** Set to `true` to configure the value cache to not expire after data updates.
453 * @default false
454 * @initial
455 */
456 valueCacheNeverExpires: boolean | undefined;
457 /** Set to `true` to allow cell expressions.
458 * @default false
459 * @initial
460 */
461 enableCellExpressions: boolean | undefined;
462 /** Disables touch support (but does not remove the browser's efforts to simulate mouse events on touch).
463 * @default false
464 * @initial
465 */
466 suppressTouch: boolean | undefined;
467 /** Set to `true` to not set focus back on the grid after a refresh. This can avoid issues where you want to keep the focus on another part of the browser.
468 * @default false
469 */
470 suppressFocusAfterRefresh: boolean | undefined;
471 /** Disables the asynchronous nature of the events introduced in v10, and makes them synchronous. This property only exists for the purpose of supporting legacy code which has a dependency on synchronous events from earlier versions (v9 or earlier) of AG Grid. **It is strongly recommended that you do not change this property unless you have legacy issues.**
472 * @deprecated v31 Events should be handled asynchronously.
473 * @default false
474 * @initial
475 */
476 suppressAsyncEvents: boolean | undefined;
477 /** The grid will check for `ResizeObserver` and use it if it exists in the browser, otherwise it will use the grid's alternative implementation. Some users reported issues with Chrome's `ResizeObserver`. Use this property to always use the grid's alternative implementation should such problems exist.
478 * @default false
479 * @initial
480 */
481 suppressBrowserResizeObserver: boolean | undefined;
482 /** Disables showing a warning message in the console if using a `gridOptions` or `colDef` property that doesn't exist.
483 * @default false
484 * @initial
485 */
486 suppressPropertyNamesCheck: boolean | undefined;
487 /** Disables change detection.
488 * @default false
489 */
490 suppressChangeDetection: boolean | undefined;
491 /** Set this to `true` to enable debug information from the grid and related components. Will result in additional logging being output, but very useful when investigating problems.
492 * @default false
493 * @initial
494 */
495 debug: boolean | undefined;
496 /** Show or hide the loading overlay.
497 */
498 loading: boolean | undefined;
499 /** Provide a HTML string to override the default loading overlay. Supports non-empty plain text or HTML with a single root element.
500 */
501 overlayLoadingTemplate: string | undefined;
502 /** Provide a custom loading overlay component.
503 * @initial
504 */
505 loadingOverlayComponent: any;
506 /** Customise the parameters provided to the loading overlay component.
507 */
508 loadingOverlayComponentParams: any;
509 /** Disables the 'loading' overlay.
510 * @deprecated v32 - Deprecated. Use `loading=false` instead.
511 * @default false
512 * @initial
513 */
514 suppressLoadingOverlay: boolean | undefined;
515 /** Provide a HTML string to override the default no-rows overlay. Supports non-empty plain text or HTML with a single root element.
516 */
517 overlayNoRowsTemplate: string | undefined;
518 /** Provide a custom no-rows overlay component.
519 * @initial
520 */
521 noRowsOverlayComponent: any;
522 /** Customise the parameters provided to the no-rows overlay component.
523 */
524 noRowsOverlayComponentParams: any;
525 /** Set to `true` to prevent the no-rows overlay being shown when there is no row data.
526 * @default false
527 * @initial
528 */
529 suppressNoRowsOverlay: boolean | undefined;
530 /** Set whether pagination is enabled.
531 * @default false
532 */
533 pagination: boolean | undefined;
534 /** How many rows to load per page. If `paginationAutoPageSize` is specified, this property is ignored.
535 * @default 100
536 */
537 paginationPageSize: number | undefined;
538 /** Determines if the page size selector is shown in the pagination panel or not.
539 * Set to an array of values to show the page size selector with custom list of possible page sizes.
540 * Set to `true` to show the page size selector with the default page sizes `[20, 50, 100]`.
541 * Set to `false` to hide the page size selector.
542 * @default true
543 * @initial
544 */
545 paginationPageSizeSelector: number[] | boolean | undefined;
546 /** Set to `true` so that the number of rows to load per page is automatically adjusted by the grid so each page shows enough rows to just fill the area designated for the grid. If `false`, `paginationPageSize` is used.
547 * @default false
548 */
549 paginationAutoPageSize: boolean | undefined;
550 /** Set to `true` to have pages split children of groups when using Row Grouping or detail rows with Master Detail.
551 * @default false
552 * @initial
553 */
554 paginateChildRows: boolean | undefined;
555 /** If `true`, the default grid controls for navigation are hidden.
556 * This is useful if `pagination=true` and you want to provide your own pagination controls.
557 * Otherwise, when `pagination=true` the grid automatically shows the necessary controls at the bottom so that the user can navigate through the different pages.
558 * @default false
559 */
560 suppressPaginationPanel: boolean | undefined;
561 /** Set to `true` to enable pivot mode.
562 * @default false
563 */
564 pivotMode: boolean | undefined;
565 /** When to show the 'pivot panel' (where you drag rows to pivot) at the top. Note that the pivot panel will never show if `pivotMode` is off.
566 * @default 'never'
567 * @initial
568 */
569 pivotPanelShow: 'always' | 'onlyWhenPivoting' | 'never' | undefined;
570 /** The maximum number of generated columns before the grid halts execution. Upon reaching this number, the grid halts generation of columns
571 * and triggers a `pivotMaxColumnsExceeded` event. `-1` for no limit.
572 * @default -1
573 */
574 pivotMaxGeneratedColumns: number | undefined;
575 /** If pivoting, set to the number of column group levels to expand by default, e.g. `0` for none, `1` for first level only, etc. Set to `-1` to expand everything.
576 * @default 0
577 */
578 pivotDefaultExpanded: number | undefined;
579 /** When set and the grid is in pivot mode, automatically calculated totals will appear within the Pivot Column Groups, in the position specified.
580 */
581 pivotColumnGroupTotals: 'before' | 'after' | undefined;
582 /** When set and the grid is in pivot mode, automatically calculated totals will appear for each value column in the position specified.
583 */
584 pivotRowTotals: 'before' | 'after' | undefined;
585 /** If `true`, the grid will not swap in the grouping column when pivoting. Useful if pivoting using Server Side Row Model or Viewport Row Model and you want full control of all columns including the group column.
586 * @default false
587 * @initial
588 */
589 pivotSuppressAutoColumn: boolean | undefined;
590 /** When enabled, pivot column groups will appear 'fixed', without the ability to expand and collapse the column groups.
591 * @default false
592 * @initial
593 */
594 suppressExpandablePivotGroups: boolean | undefined;
595 /** If `true`, then row group, pivot and value aggregation will be read-only from the GUI. The grid will display what values are used for each, but will not allow the user to change the selection.
596 * @default false
597 */
598 functionsReadOnly: boolean | undefined;
599 /** A map of 'function name' to 'function' for custom aggregation functions.
600 * @initial
601 */
602 aggFuncs: {
603 [key: string]: IAggFunc<TData>;
604 } | undefined;
605 /** When `true`, column headers won't include the `aggFunc` name, e.g. `'sum(Bank Balance)`' will just be `'Bank Balance'`.
606 * @default false
607 * @initial
608 */
609 suppressAggFuncInHeader: boolean | undefined;
610 /** When using aggregations, the grid will always calculate the root level aggregation value.
611 * @default false
612 */
613 alwaysAggregateAtRootLevel: boolean | undefined;
614 /** When using change detection, only the updated column will be re-aggregated.
615 * @default false
616 */
617 aggregateOnlyChangedColumns: boolean | undefined;
618 /** Set to `true` so that aggregations are not impacted by filtering.
619 * @default false
620 */
621 suppressAggFilteredOnly: boolean | undefined;
622 /** Set to `true` to omit the value Column header when there is only a single value column.
623 * @default false
624 * @initial
625 */
626 removePivotHeaderRowWhenSingleValueColumn: boolean | undefined;
627 /** Set to `false` to disable Row Animation which is enabled by default.
628 * @default true
629 */
630 animateRows: boolean | undefined;
631 /** Set to `true` to have cells flash after data changes.
632 * @default false
633 * @deprecated 31.2 use `enableCellChangeFlash` in the `ColDef` or `defaultColDef` for all columns.
634 */
635 enableCellChangeFlash: boolean | undefined;
636 /** Sets the duration in milliseconds of how long a cell should remain in its "flashed" state.
637 * If `0`, the cell will not flash.
638 * @default 500
639 */
640 cellFlashDuration: number | undefined;
641 /** @deprecated v31.1 - use `cellFlashDuration` instead.
642 */
643 cellFlashDelay: number | undefined;
644 /** Sets the duration in milliseconds of how long the "flashed" state animation takes to fade away after the timer set by `cellFlashDuration` has completed.
645 * @default 1000
646 */
647 cellFadeDuration: number | undefined;
648 /** @deprecated v31.1 - use `cellFadeDuration` instead.
649 */
650 cellFadeDelay: number | undefined;
651 /** Set to `true` to have cells flash after data changes even when the change is due to filtering.
652 * @default false
653 * @initial
654 */
655 allowShowChangeAfterFilter: boolean | undefined;
656 /** Switch between layout options: `normal`, `autoHeight`, `print`.
657 * @default 'normal'
658 */
659 domLayout: DomLayoutType | undefined;
660 /** When `true`, the order of rows and columns in the DOM are consistent with what is on screen.
661 * Disables row animations.
662 * @default false
663 * @initial
664 */
665 ensureDomOrder: boolean | undefined;
666 /** Set to `true` to operate the grid in RTL (Right to Left) mode.
667 * @default false
668 * @initial
669 */
670 enableRtl: boolean | undefined;
671 /** Set to `true` so that the grid doesn't virtualise the columns. For example, if you have 100 columns, but only 10 visible due to scrolling, all 100 will always be rendered.
672 * @default false
673 * @initial
674 */
675 suppressColumnVirtualisation: boolean | undefined;
676 /** By default the grid has a limit of rendering a maximum of 500 rows at once (remember the grid only renders rows you can see, so unless your display shows more than 500 rows without vertically scrolling this will never be an issue).
677 * <br />**This is only relevant if you are manually setting `rowBuffer` to a high value (rendering more rows than can be seen), or `suppressRowVirtualisation` is true, or if your grid height is able to display more than 500 rows at once.**
678 * @default false
679 * @initial
680 */
681 suppressMaxRenderedRowRestriction: boolean | undefined;
682 /** Set to `true` so that the grid doesn't virtualise the rows. For example, if you have 100 rows, but only 10 visible due to scrolling, all 100 will always be rendered.
683 * @default false
684 * @initial
685 */
686 suppressRowVirtualisation: boolean | undefined;
687 /** Set to `true` to enable Managed Row Dragging.
688 * @default false
689 */
690 rowDragManaged: boolean | undefined;
691 /** Set to `true` to suppress row dragging.
692 * @default false
693 */
694 suppressRowDrag: boolean | undefined;
695 /** Set to `true` to suppress moving rows while dragging the `rowDrag` waffle. This option highlights the position where the row will be placed and it will only move the row on mouse up.
696 * @default false
697 */
698 suppressMoveWhenRowDragging: boolean | undefined;
699 /** Set to `true` to enable clicking and dragging anywhere on the row without the need for a drag handle.
700 * @default false
701 */
702 rowDragEntireRow: boolean | undefined;
703 /** Set to `true` to enable dragging multiple rows at the same time.
704 * @default false
705 */
706 rowDragMultiRow: boolean | undefined;
707 /** A callback that should return a string to be displayed by the `rowDragComp` while dragging a row.
708 * If this callback is not set, the current cell value will be used.
709 * If the `rowDragText` callback is set in the ColDef it will take precedence over this, except when
710 * `rowDragEntireRow=true`.
711 * @initial
712 */
713 rowDragText: ((params: IRowDragItem, dragItemCount: number) => string) | undefined;
714 /** Provide your own cell renderer component to use for full width rows.
715 * See [Full Width Rows](https://www.ag-grid.com/javascript-data-grid/full-width-rows/) for framework specific implementation details.
716 */
717 fullWidthCellRenderer: any;
718 /** Customise the parameters provided to the `fullWidthCellRenderer` component.
719 */
720 fullWidthCellRendererParams: any;
721 /** Set to `true` to have the Full Width Rows embedded in grid's main container so they can be scrolled horizontally.
722 */
723 embedFullWidthRows: boolean | undefined;
724 /** @deprecated v31
725 * When enabled, the grid will cast group values to string type.
726 * @default false
727 * @initial
728 */
729 suppressGroupMaintainValueType: boolean | undefined;
730 /** Specifies how the results of row grouping should be displayed.
731 *
732 * The options are:
733 *
734 * - `'singleColumn'`: single group column automatically added by the grid.
735 * - `'multipleColumns'`: a group column per row group is added automatically.
736 * - `'groupRows'`: group rows are automatically added instead of group columns.
737 * - `'custom'`: informs the grid that group columns will be provided.
738 */
739 groupDisplayType: RowGroupingDisplayType | undefined;
740 /** If grouping, set to the number of levels to expand by default, e.g. `0` for none, `1` for first level only, etc. Set to `-1` to expand everything.
741 * @default 0
742 */
743 groupDefaultExpanded: number | undefined;
744 /** Allows specifying the group 'auto column' if you are not happy with the default. If grouping, this column definition is included as the first column in the grid. If not grouping, this column is not included.
745 */
746 autoGroupColumnDef: ColDef<TData> | undefined;
747 /** When `true`, preserves the current group order when sorting on non-group columns.
748 * @default false
749 */
750 groupMaintainOrder: boolean | undefined;
751 /** When `true`, if you select a group, the children of the group will also be selected.
752 * @default false
753 */
754 groupSelectsChildren: boolean | undefined;
755 /** If grouping, locks the group settings of a number of columns, e.g. `0` for no group locking. `1` for first group column locked, `-1` for all group columns locked.
756 * @default 0
757 * @initial
758 */
759 groupLockGroupColumns: number | undefined;
760 /** Set to determine whether filters should be applied on aggregated group values.
761 * @default false
762 */
763 groupAggFiltering: boolean | IsRowFilterable<TData> | undefined;
764 /** If grouping, this controls whether to show a group footer when the group is expanded.
765 * If `true`, then by default, the footer will contain aggregate data (if any) when shown and the header will be blank.
766 * When closed, the header will contain the aggregate data regardless of this setting (as the footer is hidden anyway).
767 * This is handy for 'total' rows, that are displayed below the data when the group is open, and alongside the group when it is closed.
768 * If a callback function is provided, it can used to select which groups will have a footer added.
769 * @default false
770 *
771 * @deprecated v31.3 - use `groupTotalRow` instead.
772 */
773 groupIncludeFooter: boolean | UseGroupFooter<TData> | undefined;
774 /** Set to `true` to show a 'grand total' group footer across all groups.
775 * @default false
776 *
777 * @deprecated v31.3 - use `grandTotalRow` instead.
778 */
779 groupIncludeTotalFooter: boolean | undefined;
780 /** When provided, an extra row group total row will be inserted into row groups at the specified position, to display
781 * when the group is expanded. This row will contain the aggregate values for the group. If a callback function is
782 * provided, it can be used to selectively determine which groups will have a total row added.
783 */
784 groupTotalRow: 'top' | 'bottom' | UseGroupTotalRow<TData> | undefined;
785 /** When provided, an extra grand total row will be inserted into the grid at the specified position.
786 * This row displays the aggregate totals of all rows in the grid.
787 */
788 grandTotalRow: 'top' | 'bottom' | undefined;
789 /** Suppress the sticky behaviour of the total rows, can be suppressed individually by passing `'grand'` or `'group'`.
790 */
791 suppressStickyTotalRow: boolean | 'grand' | 'group' | undefined;
792 /** If `true`, and showing footer, aggregate data will always be displayed at both the header and footer levels. This stops the possibly undesirable behaviour of the header details 'jumping' to the footer on expand.
793 * @default false
794 */
795 groupSuppressBlankHeader: boolean | undefined;
796 /** If using `groupSelectsChildren`, then only the children that pass the current filter will get selected.
797 * @default false
798 */
799 groupSelectsFiltered: boolean | undefined;
800 /** Shows the open group in the group column for non-group rows.
801 * @default false
802 */
803 showOpenedGroup: boolean | undefined;
804 /** Set to `true` to collapse groups that only have one child.
805 * @default false
806 */
807 groupRemoveSingleChildren: boolean | undefined;
808 /** Set to `true` to collapse lowest level groups that only have one child.
809 * @default false
810 */
811 groupRemoveLowestSingleChildren: boolean | undefined;
812 /** Set to `true` to hide parents that are open. When used with multiple columns for showing groups, it can give a more pleasing user experience.
813 * @default false
814 */
815 groupHideOpenParents: boolean | undefined;
816 /** Set to `true` to prevent the grid from creating a '(Blanks)' group for nodes which do not belong to a group, and display the unbalanced nodes alongside group nodes.
817 * @default false
818 */
819 groupAllowUnbalanced: boolean | undefined;
820 /** When to show the 'row group panel' (where you drag rows to group) at the top.
821 * @default 'never'
822 */
823 rowGroupPanelShow: 'always' | 'onlyWhenGrouping' | 'never' | undefined;
824 /** Provide the Cell Renderer to use when `groupDisplayType = 'groupRows'`.
825 * See [Group Row Cell Renderer](https://www.ag-grid.com/javascript-data-grid/grouping-group-rows/#providing-cell-renderer) for framework specific implementation details.
826 */
827 groupRowRenderer: any;
828 /** Customise the parameters provided to the `groupRowRenderer` component.
829 */
830 groupRowRendererParams: any;
831 /** By default, when a column is un-grouped, i.e. using the Row Group Panel, it is made visible in the grid. This property stops the column becoming visible again when un-grouping.
832 * @default false
833 */
834 suppressMakeColumnVisibleAfterUnGroup: boolean | undefined;
835 /** Set to `true` to enable the Grid to work with Tree Data. You must also implement the `getDataPath(data)` callback.
836 * @default false
837 */
838 treeData: boolean | undefined;
839 /** Set to `true` to suppress sort indicators and actions from the row group panel.
840 * @default false
841 * @initial
842 */
843 rowGroupPanelSuppressSort: boolean | undefined;
844 /** Set to `true` prevent Group Rows from sticking to the top of the grid.
845 * @default false
846 * @initial
847 */
848 suppressGroupRowsSticky: boolean | undefined;
849 /** Data to be displayed as pinned top rows in the grid.
850 */
851 pinnedTopRowData: any[] | undefined;
852 /** Data to be displayed as pinned bottom rows in the grid.
853 */
854 pinnedBottomRowData: any[] | undefined;
855 /** Sets the row model type.
856 * @default 'clientSide'
857 * @initial
858 */
859 rowModelType: RowModelType | undefined;
860 /** Set the data to be displayed as rows in the grid.
861 */
862 rowData: TData[] | null | undefined;
863 /** How many milliseconds to wait before executing a batch of async transactions.
864 */
865 asyncTransactionWaitMillis: number | undefined;
866 /** Prevents Transactions changing sort, filter, group or pivot state when transaction only contains updates.
867 * @default false
868 */
869 suppressModelUpdateAfterUpdateTransaction: boolean | undefined;
870 /** Provide the datasource for infinite scrolling.
871 */
872 datasource: IDatasource | undefined;
873 /** How many extra blank rows to display to the user at the end of the dataset, which sets the vertical scroll and then allows the grid to request viewing more rows of data.
874 * @default 1
875 * @initial
876 */
877 cacheOverflowSize: number | undefined;
878 /** How many extra blank rows to display to the user at the end of the dataset, which sets the vertical scroll and then allows the grid to request viewing more rows of data.
879 * @default 1
880 * @initial
881 */
882 infiniteInitialRowCount: number | undefined;
883 /** Set how many loading rows to display to the user for the root level group.
884 * @default 1
885 * @initial
886 */
887 serverSideInitialRowCount: number | undefined;
888 /** When `true`, the Server-side Row Model will suppress Infinite Scrolling and load all the data at the current level.
889 * @default false
890 * @initial
891 * @deprecated v31.1
892 */
893 suppressServerSideInfiniteScroll: boolean | undefined;
894 /** When `true`, the Server-side Row Model will not use a full width loading renderer, instead using the colDef `loadingCellRenderer` if present.
895 */
896 suppressServerSideFullWidthLoadingRow: boolean | undefined;
897 /** How many rows for each block in the store, i.e. how many rows returned from the server at a time.
898 * @default 100
899 */
900 cacheBlockSize: number | undefined;
901 /** How many blocks to keep in the store. Default is no limit, so every requested block is kept. Use this if you have memory concerns, and blocks that were least recently viewed will be purged when the limit is hit. The grid will additionally make sure it has all the blocks needed to display what is currently visible, in case this property is set to a low value.
902 * @initial
903 */
904 maxBlocksInCache: number | undefined;
905 /** How many requests to hit the server with concurrently. If the max is reached, requests are queued.
906 * Set to `-1` for no maximum restriction on requests.
907 * @default 2
908 * @initial
909 */
910 maxConcurrentDatasourceRequests: number | undefined;
911 /** How many milliseconds to wait before loading a block. Useful when scrolling over many blocks, as it prevents blocks loading until scrolling has settled.
912 * @initial
913 */
914 blockLoadDebounceMillis: number | undefined;
915 /** When enabled, closing group rows will remove children of that row. Next time the row is opened, child rows will be read from the datasource again. This property only applies when there is Row Grouping or Tree Data.
916 * @default false
917 */
918 purgeClosedRowNodes: boolean | undefined;
919 /** Provide the `serverSideDatasource` for server side row model.
920 */
921 serverSideDatasource: IServerSideDatasource | undefined;
922 /** When enabled, always refreshes top level groups regardless of which column was sorted. This property only applies when there is Row Grouping & sorting is handled on the server.
923 * @default false
924 */
925 serverSideSortAllLevels: boolean | undefined;
926 /** When enabled, sorts fully loaded groups in the browser instead of requesting from the server.
927 * @default false
928 */
929 serverSideEnableClientSideSort: boolean | undefined;
930 /** When enabled, only refresh groups directly impacted by a filter. This property only applies when there is Row Grouping & filtering is handled on the server.
931 * @default false
932 * @initial
933 */
934 serverSideOnlyRefreshFilteredGroups: boolean | undefined;
935 /** When enabled, Sorting will be done on the server. Only applicable when `suppressServerSideInfiniteScroll=true`.
936 * @default false
937 * @deprecated v31.1
938 */
939 serverSideSortOnServer: boolean | undefined;
940 /** When enabled, Filtering will be done on the server. Only applicable when `suppressServerSideInfiniteScroll=true`.
941 * @default false
942 * @deprecated v31.1
943 */
944 serverSideFilterOnServer: boolean | undefined;
945 /** Used to split pivot field strings for generating pivot result columns when `pivotResultFields` is provided as part of a `getRows` success.
946 * @default '_'
947 * @initial
948 */
949 serverSidePivotResultFieldSeparator: string | undefined;
950 /** To use the viewport row model you need to provide the grid with a `viewportDatasource`.
951 */
952 viewportDatasource: IViewportDatasource | undefined;
953 /** When using viewport row model, sets the page size for the viewport.
954 * @initial
955 */
956 viewportRowModelPageSize: number | undefined;
957 /** When using viewport row model, sets the buffer size for the viewport.
958 * @initial
959 */
960 viewportRowModelBufferSize: number | undefined;
961 /** Set to `true` to always show the horizontal scrollbar.
962 * @default false
963 */
964 alwaysShowHorizontalScroll: boolean | undefined;
965 /** Set to `true` to always show the vertical scrollbar.
966 * @default false
967 */
968 alwaysShowVerticalScroll: boolean | undefined;
969 /** Set to `true` to debounce the vertical scrollbar. Can provide smoother scrolling on slow machines.
970 * @default false
971 * @initial
972 */
973 debounceVerticalScrollbar: boolean | undefined;
974 /** Set to `true` to never show the horizontal scroll. This is useful if the grid is aligned with another grid and will scroll when the other grid scrolls. (Should not be used in combination with `alwaysShowHorizontalScroll`.)
975 * @default false
976 */
977 suppressHorizontalScroll: boolean | undefined;
978 /** When `true`, the grid will not scroll to the top when new row data is provided. Use this if you don't want the default behaviour of scrolling to the top every time you load new data.
979 * @default false
980 */
981 suppressScrollOnNewData: boolean | undefined;
982 /** When `true`, the grid will not allow mousewheel / touchpad scroll when popup elements are present.
983 * @default false
984 */
985 suppressScrollWhenPopupsAreOpen: boolean | undefined;
986 /** When `true`, the grid will not use animation frames when drawing rows while scrolling. Use this if the grid is working fast enough that you don't need animation frames and you don't want the grid to flicker.
987 * @default false
988 * @initial
989 */
990 suppressAnimationFrame: boolean | undefined;
991 /** If `true`, middle clicks will result in `click` events for cells and rows. Otherwise the browser will use middle click to scroll the grid.<br />**Note:** Not all browsers fire `click` events with the middle button. Most will fire only `mousedown` and `mouseup` events, which can be used to focus a cell, but will not work to call the `onCellClicked` function.
992 * @default false
993 */
994 suppressMiddleClickScrolls: boolean | undefined;
995 /** If `true`, mouse wheel events will be passed to the browser. Useful if your grid has no vertical scrolls and you want the mouse to scroll the browser page.
996 * @default false
997 * @initial
998 */
999 suppressPreventDefaultOnMouseWheel: boolean | undefined;
1000 /** Tell the grid how wide in pixels the scrollbar is, which is used in grid width calculations. Set only if using non-standard browser-provided scrollbars, so the grid can use the non-standard size in its calculations.
1001 * @initial
1002 */
1003 scrollbarWidth: number | undefined;
1004 /** Type of Row Selection: `single`, `multiple`.
1005 */
1006 rowSelection: 'single' | 'multiple' | undefined;
1007 /** Set to `true` to allow multiple rows to be selected using single click.
1008 * @default false
1009 */
1010 rowMultiSelectWithClick: boolean | undefined;
1011 /** If `true`, rows will not be deselected if you hold down `Ctrl` and click the row or press `Space`.
1012 * @default false
1013 */
1014 suppressRowDeselection: boolean | undefined;
1015 /** If `true`, row selection won't happen when rows are clicked. Use when you only want checkbox selection.
1016 * @default false
1017 */
1018 suppressRowClickSelection: boolean | undefined;
1019 /** If `true`, cells won't be focusable. This means keyboard navigation will be disabled for grid cells, but remain enabled in other elements of the grid such as column headers, floating filters, tool panels.
1020 * @default false
1021 */
1022 suppressCellFocus: boolean | undefined;
1023 /** If `true`, header cells won't be focusable. This means keyboard navigation will be disabled for grid header cells, but remain enabled in other elements of the grid such as grid cells and tool panels.
1024 * @default false
1025 */
1026 suppressHeaderFocus: boolean | undefined;
1027 /** If `true`, only a single range can be selected.
1028 * @default false
1029 */
1030 suppressMultiRangeSelection: boolean | undefined;
1031 /** Set to `true` to be able to select the text within cells.
1032 *
1033 * **Note:** When this is set to `true`, the clipboard service is disabled and only selected text is copied.
1034 * @default false
1035 */
1036 enableCellTextSelection: boolean | undefined;
1037 /** Set to `true` to enable Range Selection.
1038 * @default false
1039 */
1040 enableRangeSelection: boolean | undefined;
1041 /** Set to `true` to enable the Range Handle.
1042 * @default false
1043 */
1044 enableRangeHandle: boolean | undefined;
1045 /** Set to `true` to enable the Fill Handle.
1046 * @default false
1047 */
1048 enableFillHandle: boolean | undefined;
1049 /** Set to `'x'` to force the fill handle direction to horizontal, or set to `'y'` to force the fill handle direction to vertical.
1050 * @default 'xy'
1051 */
1052 fillHandleDirection: 'x' | 'y' | 'xy' | undefined;
1053 /** Set this to `true` to prevent cell values from being cleared when the Range Selection is reduced by the Fill Handle.
1054 * @default false
1055 */
1056 suppressClearOnFillReduction: boolean | undefined;
1057 /** Array defining the order in which sorting occurs (if sorting is enabled). Values can be `'asc'`, `'desc'` or `null`. For example: `sortingOrder: ['asc', 'desc']`.
1058 * @default [null, 'asc', 'desc']
1059 */
1060 sortingOrder: SortDirection[] | undefined;
1061 /** Set to `true` to specify that the sort should take accented characters into account. If this feature is turned on the sort will be slower.
1062 * @default false
1063 */
1064 accentedSort: boolean | undefined;
1065 /** Set to `true` to show the 'no sort' icon.
1066 * @default false
1067 */
1068 unSortIcon: boolean | undefined;
1069 /** Set to `true` to suppress multi-sort when the user shift-clicks a column header.
1070 * @default false
1071 */
1072 suppressMultiSort: boolean | undefined;
1073 /** Set to `true` to always multi-sort when the user clicks a column header, regardless of key presses.
1074 * @default false
1075 */
1076 alwaysMultiSort: boolean | undefined;
1077 /** Set to `'ctrl'` to have multi sorting work using the `Ctrl` (or `Command ⌘` for Mac) key.
1078 */
1079 multiSortKey: 'ctrl' | undefined;
1080 /** Set to `true` to suppress sorting of un-sorted data to match original row data.
1081 * @default false
1082 */
1083 suppressMaintainUnsortedOrder: boolean | undefined;
1084 /** Icons to use inside the grid instead of the grid's default icons.
1085 * @initial
1086 */
1087 icons: {
1088 [key: string]: ((...args: any[]) => any) | string;
1089 } | undefined;
1090 /** Default row height in pixels.
1091 * @default 25
1092 */
1093 rowHeight: number | undefined;
1094 /** The style properties to apply to all rows. Set to an object of key (style names) and values (style values).
1095 */
1096 rowStyle: RowStyle | undefined;
1097 /** CSS class(es) for all rows. Provide either a string (class name) or array of strings (array of class names).
1098 */
1099 rowClass: string | string[] | undefined;
1100 /** Rules which can be applied to include certain CSS classes.
1101 */
1102 rowClassRules: RowClassRules<TData> | undefined;
1103 /** Set to `true` to not highlight rows by adding the `ag-row-hover` CSS class.
1104 * @default false
1105 */
1106 suppressRowHoverHighlight: boolean | undefined;
1107 /** Uses CSS `top` instead of CSS `transform` for positioning rows. Useful if the transform function is causing issues such as used in row spanning.
1108 * @default false
1109 * @initial
1110 */
1111 suppressRowTransform: boolean | undefined;
1112 /** Set to `true` to highlight columns by adding the `ag-column-hover` CSS class.
1113 * @default false
1114 */
1115 columnHoverHighlight: boolean | undefined;
1116 /** Provide a custom `gridId` for this instance of the grid. Value will be set on the root DOM node using the attribute `grid-id` as well as being accessible via the `gridApi.getGridId()` method.
1117 * @initial
1118 */
1119 gridId: string | undefined;
1120 /** When enabled, sorts only the rows added/updated by a transaction.
1121 * @default false
1122 */
1123 deltaSort: boolean | undefined;
1124 treeDataDisplayType: TreeDataDisplayType | undefined;
1125 /** @initial
1126 */
1127 enableGroupEdit: boolean | undefined;
1128 /** Initial state for the grid. Only read once on initialization. Can be used in conjunction with `api.getState()` to save and restore grid state.
1129 * @initial
1130 */
1131 initialState: GridState | undefined;
1132 /** For customising the context menu.
1133 */
1134 getContextMenuItems: GetContextMenuItems<TData> | undefined;
1135 /** For customising the main 'column header' menu.
1136 * @initial
1137 */
1138 getMainMenuItems: GetMainMenuItems<TData> | undefined;
1139 /** Allows user to process popups after they are created. Applications can use this if they want to, for example, reposition the popup.
1140 */
1141 postProcessPopup: ((params: PostProcessPopupParams<TData>) => void) | undefined;
1142 /** Allows the user to process the columns being removed from the pinned section because the viewport is too small to accommodate them.
1143 * Returns an array of columns to be removed from the pinned areas.
1144 * @initial
1145 */
1146 processUnpinnedColumns: ((params: ProcessUnpinnedColumnsParams<TData>) => Column[]) | undefined;
1147 /** Allows you to process cells for the clipboard. Handy if for example you have `Date` objects that need to have a particular format if importing into Excel.
1148 */
1149 processCellForClipboard: ((params: ProcessCellForExportParams<TData>) => any) | undefined;
1150 /** Allows you to process header values for the clipboard.
1151 */
1152 processHeaderForClipboard: ((params: ProcessHeaderForExportParams<TData>) => any) | undefined;
1153 /** Allows you to process group header values for the clipboard.
1154 */
1155 processGroupHeaderForClipboard: ((params: ProcessGroupHeaderForExportParams<TData>) => any) | undefined;
1156 /** Allows you to process cells from the clipboard. Handy if for example you have number fields, and want to block non-numbers from getting into the grid.
1157 */
1158 processCellFromClipboard: ((params: ProcessCellForExportParams<TData>) => any) | undefined;
1159 /** Allows you to get the data that would otherwise go to the clipboard. To be used when you want to control the 'copy to clipboard' operation yourself.
1160 */
1161 sendToClipboard: ((params: SendToClipboardParams<TData>) => void) | undefined;
1162 /** Allows complete control of the paste operation, including cancelling the operation (so nothing happens) or replacing the data with other data.
1163 */
1164 processDataFromClipboard: ((params: ProcessDataFromClipboardParams<TData>) => string[][] | null) | undefined;
1165 /** Grid calls this method to know if an external filter is present.
1166 */
1167 isExternalFilterPresent: ((params: IsExternalFilterPresentParams<TData>) => boolean) | undefined;
1168 /** Should return `true` if external filter passes, otherwise `false`.
1169 */
1170 doesExternalFilterPass: ((node: IRowNode<TData>) => boolean) | undefined;
1171 /** Callback to be used to customise the chart toolbar items.
1172 * @initial
1173 */
1174 getChartToolbarItems: GetChartToolbarItems | undefined;
1175 /** Callback to enable displaying the chart in an alternative chart container.
1176 * @initial
1177 */
1178 createChartContainer: ((params: ChartRefParams<TData>) => void) | undefined;
1179 /** Allows overriding the element that will be focused when the grid receives focus from outside elements (tabbing into the grid).
1180 * @returns `True` if this function should override the grid's default behavior, `False` to allow the grid's default behavior.
1181 */
1182 focusGridInnerElement: ((params: FocusGridInnerElementParams<TData>) => boolean) | undefined;
1183 /** Allows overriding the default behaviour for when user hits navigation (arrow) key when a header is focused. Return the next Header position to navigate to or `null` to stay on current header.
1184 */
1185 navigateToNextHeader: ((params: NavigateToNextHeaderParams<TData>) => HeaderPosition | null) | undefined;
1186 /** Allows overriding the default behaviour for when user hits `Tab` key when a header is focused.
1187 * Return the next header position to navigate to, `true` to stay on the current header,
1188 * or `false` to let the browser handle the tab behaviour.
1189 * As of v31.3, returning `null` is deprecated.
1190 */
1191 tabToNextHeader: ((params: TabToNextHeaderParams<TData>) => HeaderPosition | boolean | null) | undefined;
1192 /** Allows overriding the default behaviour for when user hits navigation (arrow) key when a cell is focused. Return the next Cell position to navigate to or `null` to stay on current cell.
1193 */
1194 navigateToNextCell: ((params: NavigateToNextCellParams<TData>) => CellPosition | null) | undefined;
1195 /** Allows overriding the default behaviour for when user hits `Tab` key when a cell is focused.
1196 * Return the next cell position to navigate to, `true` to stay on the current cell,
1197 * or `false` to let the browser handle the tab behaviour.
1198 * As of v31.3, returning `null` is deprecated.
1199 */
1200 tabToNextCell: ((params: TabToNextCellParams<TData>) => CellPosition | boolean | null) | undefined;
1201 /** A callback for localising text within the grid.
1202 * @initial
1203 */
1204 getLocaleText: ((params: GetLocaleTextParams<TData>) => string) | undefined;
1205 /** Allows overriding what `document` is used. Currently used by Drag and Drop (may extend to other places in the future). Use this when you want the grid to use a different `document` than the one available on the global scope. This can happen if docking out components (something which Electron supports)
1206 */
1207 getDocument: (() => Document) | undefined;
1208 /** Allows user to format the numbers in the pagination panel, i.e. 'row count' and 'page number' labels. This is for pagination panel only, to format numbers inside the grid's cells (i.e. your data), then use `valueFormatter` in the column definitions.
1209 * @initial
1210 */
1211 paginationNumberFormatter: ((params: PaginationNumberFormatterParams<TData>) => string) | undefined;
1212 /** Callback to use when you need access to more then the current column for aggregation.
1213 */
1214 getGroupRowAgg: ((params: GetGroupRowAggParams<TData>) => any) | undefined;
1215 /** (Client-side Row Model only) Allows groups to be open by default.
1216 */
1217 isGroupOpenByDefault: ((params: IsGroupOpenByDefaultParams<TData>) => boolean) | undefined;
1218 /** Allows default sorting of groups.
1219 */
1220 initialGroupOrderComparator: ((params: InitialGroupOrderComparatorParams<TData>) => number) | undefined;
1221 /** Callback to be used with pivoting, to allow changing the second column definition.
1222 */
1223 processPivotResultColDef: ((colDef: ColDef<TData>) => void) | undefined;
1224 /** Callback to be used with pivoting, to allow changing the second column group definition.
1225 */
1226 processPivotResultColGroupDef: ((colGroupDef: ColGroupDef<TData>) => void) | undefined;
1227 /** Callback to be used when working with Tree Data when `treeData = true`.
1228 */
1229 getDataPath: GetDataPath<TData> | undefined;
1230 /** Allows setting the child count for a group row.
1231 * @initial
1232 */
1233 getChildCount: ((dataItem: any) => number) | undefined;
1234 /** Allows providing different params for different levels of grouping.
1235 * @initial
1236 */
1237 getServerSideGroupLevelParams: ((params: GetServerSideGroupLevelParamsParams) => ServerSideGroupLevelParams) | undefined;
1238 /** Allows groups to be open by default.
1239 */
1240 isServerSideGroupOpenByDefault: ((params: IsServerSideGroupOpenByDefaultParams) => boolean) | undefined;
1241 /** Allows cancelling transactions.
1242 */
1243 isApplyServerSideTransaction: IsApplyServerSideTransaction | undefined;
1244 /** SSRM Tree Data: Allows specifying which rows are expandable.
1245 */
1246 isServerSideGroup: IsServerSideGroup | undefined;
1247 /** SSRM Tree Data: Allows specifying group keys.
1248 */
1249 getServerSideGroupKey: GetServerSideGroupKey | undefined;
1250 /** Return a business key for the node. If implemented, each row in the DOM will have an attribute `row-business-key='abc'` where `abc` is what you return as the business key.
1251 * This is useful for automated testing, as it provides a way for your tool to identify rows based on unique business keys.
1252 */
1253 getBusinessKeyForNode: ((node: IRowNode<TData>) => string) | undefined;
1254 /** Provide a pure function that returns a string ID to uniquely identify a given row. This enables the grid to work optimally with data changes and updates.
1255 * @initial
1256 */
1257 getRowId: GetRowIdFunc<TData> | undefined;
1258 /** When enabled, getRowId() callback is implemented and new Row Data is set, the grid will disregard all previous rows and treat the new Row Data as new data. As a consequence, all Row State (eg selection, rendered rows) will be reset.
1259 * @default false
1260 */
1261 resetRowDataOnUpdate: boolean | undefined;
1262 /** Callback fired after the row is rendered into the DOM. Should not be used to initiate side effects.
1263 */
1264 processRowPostCreate: ((params: ProcessRowParams<TData>) => void) | undefined;
1265 /** Callback to be used to determine which rows are selectable. By default rows are selectable, so return `false` to make a row un-selectable.
1266 */
1267 isRowSelectable: IsRowSelectable<TData> | undefined;
1268 /** Callback to be used with Master Detail to determine if a row should be a master row. If `false` is returned no detail row will exist for this row.
1269 */
1270 isRowMaster: IsRowMaster<TData> | undefined;
1271 /** Callback to fill values instead of simply copying values or increasing number values using linear progression.
1272 */
1273 fillOperation: ((params: FillOperationParams<TData>) => any) | undefined;
1274 /** Callback to perform additional sorting after the grid has sorted the rows.
1275 */
1276 postSortRows: ((params: PostSortRowsParams<TData>) => void) | undefined;
1277 /** Callback version of property `rowStyle` to set style for each row individually. Function should return an object of CSS values or undefined for no styles.
1278 */
1279 getRowStyle: ((params: RowClassParams<TData>) => RowStyle | undefined) | undefined;
1280 /** Callback version of property `rowClass` to set class(es) for each row individually. Function should return either a string (class name), array of strings (array of class names) or undefined for no class.
1281 */
1282 getRowClass: ((params: RowClassParams<TData>) => string | string[] | undefined) | undefined;
1283 /** Callback version of property `rowHeight` to set height for each row individually. Function should return a positive number of pixels, or return `null`/`undefined` to use the default row height.
1284 */
1285 getRowHeight: ((params: RowHeightParams<TData>) => number | undefined | null) | undefined;
1286 /** Tells the grid if this row should be rendered as full width.
1287 */
1288 isFullWidthRow: ((params: IsFullWidthRowParams<TData>) => boolean) | undefined;
1289 /** The tool panel visibility has changed. Fires twice if switching between panels - once with the old panel and once with the new panel.
1290 */
1291 toolPanelVisibleChanged: EventEmitter<ToolPanelVisibleChangedEvent<TData>>;
1292 /** The tool panel size has been changed.
1293 */
1294 toolPanelSizeChanged: EventEmitter<ToolPanelSizeChangedEvent<TData>>;
1295 /** The column menu visibility has changed. Fires twice if switching between tabs - once with the old tab and once with the new tab.
1296 */
1297 columnMenuVisibleChanged: EventEmitter<ColumnMenuVisibleChangedEvent<TData>>;
1298 /** The context menu visibility has changed (opened or closed).
1299 */
1300 contextMenuVisibleChanged: EventEmitter<ContextMenuVisibleChangedEvent<TData>>;
1301 /** Cut operation has started.
1302 */
1303 cutStart: EventEmitter<CutStartEvent<TData>>;
1304 /** Cut operation has ended.
1305 */
1306 cutEnd: EventEmitter<CutEndEvent<TData>>;
1307 /** Paste operation has started.
1308 */
1309 pasteStart: EventEmitter<PasteStartEvent<TData>>;
1310 /** Paste operation has ended.
1311 */
1312 pasteEnd: EventEmitter<PasteEndEvent<TData>>;
1313 /** A column, or group of columns, was hidden / shown.
1314 */
1315 columnVisible: EventEmitter<ColumnVisibleEvent<TData>>;
1316 /** A column, or group of columns, was pinned / unpinned.
1317 */
1318 columnPinned: EventEmitter<ColumnPinnedEvent<TData>>;
1319 /** A column was resized.
1320 */
1321 columnResized: EventEmitter<ColumnResizedEvent<TData>>;
1322 /** A column was moved.
1323 */
1324 columnMoved: EventEmitter<ColumnMovedEvent<TData>>;
1325 /** A value column was added or removed.
1326 */
1327 columnValueChanged: EventEmitter<ColumnValueChangedEvent<TData>>;
1328 /** The pivot mode flag was changed.
1329 */
1330 columnPivotModeChanged: EventEmitter<ColumnPivotModeChangedEvent<TData>>;
1331 /** A pivot column was added, removed or order changed.
1332 */
1333 columnPivotChanged: EventEmitter<ColumnPivotChangedEvent<TData>>;
1334 /** A column group was opened / closed.
1335 */
1336 columnGroupOpened: EventEmitter<ColumnGroupOpenedEvent<TData>>;
1337 /** User set new columns.
1338 */
1339 newColumnsLoaded: EventEmitter<NewColumnsLoadedEvent<TData>>;
1340 /** The list of grid columns changed.
1341 */
1342 gridColumnsChanged: EventEmitter<GridColumnsChangedEvent<TData>>;
1343 /** The list of displayed columns changed. This can result from columns open / close, column move, pivot, group, etc.
1344 */
1345 displayedColumnsChanged: EventEmitter<DisplayedColumnsChangedEvent<TData>>;
1346 /** The list of rendered columns changed (only columns in the visible scrolled viewport are rendered by default).
1347 */
1348 virtualColumnsChanged: EventEmitter<VirtualColumnsChangedEvent<TData>>;
1349 /** Shotgun - gets called when either a) new columns are set or b) `api.applyColumnState()` is used, so everything has changed.
1350 */
1351 columnEverythingChanged: EventEmitter<ColumnEverythingChangedEvent<TData>>;
1352 /** A mouse cursor is initially moved over a column header.
1353 */
1354 columnHeaderMouseOver: EventEmitter<ColumnHeaderMouseOverEvent<TData>>;
1355 /** A mouse cursor is moved out of a column header.
1356 */
1357 columnHeaderMouseLeave: EventEmitter<ColumnHeaderMouseLeaveEvent<TData>>;
1358 /** A click is performed on a column header.
1359 */
1360 columnHeaderClicked: EventEmitter<ColumnHeaderClickedEvent<TData>>;
1361 /** A context menu action, such as right-click or context menu key press, is performed on a column header.
1362 */
1363 columnHeaderContextMenu: EventEmitter<ColumnHeaderContextMenuEvent<TData>>;
1364 /** Only used by Angular, React and VueJS AG Grid components (not used if doing plain JavaScript).
1365 * If the grid receives changes due to bound properties, this event fires after the grid has finished processing the change.
1366 */
1367 componentStateChanged: EventEmitter<ComponentStateChangedEvent<TData>>;
1368 /** Value has changed after editing (this event will not fire if editing was cancelled, eg ESC was pressed) or
1369 * if cell value has changed as a result of cut, paste, cell clear (pressing Delete key),
1370 * fill handle, copy range down, undo and redo.
1371 */
1372 cellValueChanged: EventEmitter<CellValueChangedEvent<TData>>;
1373 /** Value has changed after editing. Only fires when `readOnlyEdit=true`.
1374 */
1375 cellEditRequest: EventEmitter<CellEditRequestEvent<TData>>;
1376 /** A cell's value within a row has changed. This event corresponds to Full Row Editing only.
1377 */
1378 rowValueChanged: EventEmitter<RowValueChangedEvent<TData>>;
1379 /** Editing a cell has started.
1380 */
1381 cellEditingStarted: EventEmitter<CellEditingStartedEvent<TData>>;
1382 /** Editing a cell has stopped.
1383 */
1384 cellEditingStopped: EventEmitter<CellEditingStoppedEvent<TData>>;
1385 /** Editing a row has started (when row editing is enabled). When row editing, this event will be fired once and `cellEditingStarted` will be fired for each individual cell. Only fires when doing Full Row Editing.
1386 */
1387 rowEditingStarted: EventEmitter<RowEditingStartedEvent<TData>>;
1388 /** Editing a row has stopped (when row editing is enabled). When row editing, this event will be fired once and `cellEditingStopped` will be fired for each individual cell. Only fires when doing Full Row Editing.
1389 */
1390 rowEditingStopped: EventEmitter<RowEditingStoppedEvent<TData>>;
1391 /** Undo operation has started.
1392 */
1393 undoStarted: EventEmitter<UndoStartedEvent<TData>>;
1394 /** Undo operation has ended.
1395 */
1396 undoEnded: EventEmitter<UndoEndedEvent<TData>>;
1397 /** Redo operation has started.
1398 */
1399 redoStarted: EventEmitter<RedoStartedEvent<TData>>;
1400 /** Redo operation has ended.
1401 */
1402 redoEnded: EventEmitter<RedoEndedEvent<TData>>;
1403 /** Range delete operation (cell clear) has started.
1404 */
1405 rangeDeleteStart: EventEmitter<RangeDeleteStartEvent<TData>>;
1406 /** Range delete operation (cell clear) has ended.
1407 */
1408 rangeDeleteEnd: EventEmitter<RangeDeleteEndEvent<TData>>;
1409 /** Fill operation has started.
1410 */
1411 fillStart: EventEmitter<FillStartEvent<TData>>;
1412 /** Fill operation has ended.
1413 */
1414 fillEnd: EventEmitter<FillEndEvent<TData>>;
1415 /** Filter has been opened.
1416 */
1417 filterOpened: EventEmitter<FilterOpenedEvent<TData>>;
1418 /** Filter has been modified and applied.
1419 */
1420 filterChanged: EventEmitter<FilterChangedEvent<TData>>;
1421 /** Filter was modified but not applied. Used when filters have 'Apply' buttons.
1422 */
1423 filterModified: EventEmitter<FilterModifiedEvent<TData>>;
1424 /** Advanced Filter Builder visibility has changed (opened or closed).
1425 */
1426 advancedFilterBuilderVisibleChanged: EventEmitter<AdvancedFilterBuilderVisibleChangedEvent<TData>>;
1427 /** A chart has been created.
1428 */
1429 chartCreated: EventEmitter<ChartCreatedEvent<TData>>;
1430 /** The data range for the chart has been changed.
1431 */
1432 chartRangeSelectionChanged: EventEmitter<ChartRangeSelectionChangedEvent<TData>>;
1433 /** Formatting changes have been made by users through the Customize Panel.
1434 */
1435 chartOptionsChanged: EventEmitter<ChartOptionsChangedEvent<TData>>;
1436 /** A chart has been destroyed.
1437 */
1438 chartDestroyed: EventEmitter<ChartDestroyedEvent<TData>>;
1439 /** DOM event `keyDown` happened on a cell.
1440 */
1441 cellKeyDown: EventEmitter<CellKeyDownEvent<TData> | FullWidthCellKeyDownEvent<TData>>;
1442 /** The grid has initialised and is ready for most api calls, but may not be fully rendered yet */
1443 gridReady: EventEmitter<GridReadyEvent<TData>>;
1444 /** Fired the first time data is rendered into the grid. Use this event if you want to auto resize columns based on their contents */
1445 firstDataRendered: EventEmitter<FirstDataRenderedEvent<TData>>;
1446 /** The size of the grid `div` has changed. In other words, the grid was resized.
1447 */
1448 gridSizeChanged: EventEmitter<GridSizeChangedEvent<TData>>;
1449 /** Displayed rows have changed. Triggered after sort, filter or tree expand / collapse events.
1450 */
1451 modelUpdated: EventEmitter<ModelUpdatedEvent<TData>>;
1452 /** A row was removed from the DOM, for any reason. Use to clean up resources (if any) used by the row.
1453 */
1454 virtualRowRemoved: EventEmitter<VirtualRowRemovedEvent<TData>>;
1455 /** Which rows are rendered in the DOM has changed.
1456 */
1457 viewportChanged: EventEmitter<ViewportChangedEvent<TData>>;
1458 /** The body was scrolled horizontally or vertically.
1459 */
1460 bodyScroll: EventEmitter<BodyScrollEvent<TData>>;
1461 /** Main body of the grid has stopped scrolling, either horizontally or vertically.
1462 */
1463 bodyScrollEnd: EventEmitter<BodyScrollEndEvent<TData>>;
1464 /** When dragging starts. This could be any action that uses the grid's Drag and Drop service, e.g. Column Moving, Column Resizing, Range Selection, Fill Handle, etc.
1465 */
1466 dragStarted: EventEmitter<DragStartedEvent<TData>>;
1467 /** When dragging stops. This could be any action that uses the grid's Drag and Drop service, e.g. Column Moving, Column Resizing, Range Selection, Fill Handle, etc.
1468 */
1469 dragStopped: EventEmitter<DragStoppedEvent<TData>>;
1470 /** Grid state has been updated.
1471 */
1472 stateUpdated: EventEmitter<StateUpdatedEvent<TData>>;
1473 /** Triggered every time the paging state changes. Some of the most common scenarios for this event to be triggered are:
1474 *
1475 * - The page size changes.
1476 * - The current shown page is changed.
1477 * - New data is loaded onto the grid.
1478 */
1479 paginationChanged: EventEmitter<PaginationChangedEvent<TData>>;
1480 /** A drag has started, or dragging was already started and the mouse has re-entered the grid having previously left the grid.
1481 */
1482 rowDragEnter: EventEmitter<RowDragEnterEvent<TData>>;
1483 /** The mouse has moved while dragging.
1484 */
1485 rowDragMove: EventEmitter<RowDragMoveEvent<TData>>;
1486 /** The mouse has left the grid while dragging.
1487 */
1488 rowDragLeave: EventEmitter<RowDragLeaveEvent<TData>>;
1489 /** The drag has finished over the grid.
1490 */
1491 rowDragEnd: EventEmitter<RowDragEndEvent<TData>>;
1492 /** A row group column was added, removed or reordered.
1493 */
1494 columnRowGroupChanged: EventEmitter<ColumnRowGroupChangedEvent<TData>>;
1495 /** A row group was opened or closed.
1496 */
1497 rowGroupOpened: EventEmitter<RowGroupOpenedEvent<TData>>;
1498 /** Fired when calling either of the API methods `expandAll()` or `collapseAll()`.
1499 */
1500 expandOrCollapseAll: EventEmitter<ExpandOrCollapseAllEvent<TData>>;
1501 /** Exceeded the `pivotMaxGeneratedColumns` limit when generating columns.
1502 */
1503 pivotMaxColumnsExceeded: EventEmitter<PivotMaxColumnsExceededEvent<TData>>;
1504 /** The client has set new pinned row data into the grid.
1505 */
1506 pinnedRowDataChanged: EventEmitter<PinnedRowDataChangedEvent<TData>>;
1507 /** Client-Side Row Model only. The client has updated data for the grid by either a) setting new Row Data or b) Applying a Row Transaction.
1508 */
1509 rowDataUpdated: EventEmitter<RowDataUpdatedEvent<TData>>;
1510 /** Async transactions have been applied. Contains a list of all transaction results.
1511 */
1512 asyncTransactionsFlushed: EventEmitter<AsyncTransactionsFlushedEvent<TData>>;
1513 /** A server side store has finished refreshing.
1514 */
1515 storeRefreshed: EventEmitter<StoreRefreshedEvent<TData>>;
1516 /** Header is focused.
1517 */
1518 headerFocused: EventEmitter<HeaderFocusedEvent<TData>>;
1519 /** Cell is clicked.
1520 */
1521 cellClicked: EventEmitter<CellClickedEvent<TData>>;
1522 /** Cell is double clicked.
1523 */
1524 cellDoubleClicked: EventEmitter<CellDoubleClickedEvent<TData>>;
1525 /** Cell is focused.
1526 */
1527 cellFocused: EventEmitter<CellFocusedEvent<TData>>;
1528 /** Mouse entered cell.
1529 */
1530 cellMouseOver: EventEmitter<CellMouseOverEvent<TData>>;
1531 /** Mouse left cell.
1532 */
1533 cellMouseOut: EventEmitter<CellMouseOutEvent<TData>>;
1534 /** Mouse down on cell.
1535 */
1536 cellMouseDown: EventEmitter<CellMouseDownEvent<TData>>;
1537 /** Row is clicked.
1538 */
1539 rowClicked: EventEmitter<RowClickedEvent<TData>>;
1540 /** Row is double clicked.
1541 */
1542 rowDoubleClicked: EventEmitter<RowDoubleClickedEvent<TData>>;
1543 /** Row is selected or deselected. The event contains the node in question, so call the node's `isSelected()` method to see if it was just selected or deselected.
1544 */
1545 rowSelected: EventEmitter<RowSelectedEvent<TData>>;
1546 /** Row selection is changed. Use the grid API `getSelectedNodes()` or `getSelectedRows()` to get the new list of selected nodes / row data.
1547 */
1548 selectionChanged: EventEmitter<SelectionChangedEvent<TData>>;
1549 /** Cell is right clicked.
1550 */
1551 cellContextMenu: EventEmitter<CellContextMenuEvent<TData>>;
1552 /** A change to range selection has occurred.
1553 */
1554 rangeSelectionChanged: EventEmitter<RangeSelectionChangedEvent<TData>>;
1555 /** A tooltip has been displayed */
1556 tooltipShow: EventEmitter<TooltipShowEvent<TData>>;
1557 /** A tooltip was hidden */
1558 tooltipHide: EventEmitter<TooltipHideEvent<TData>>;
1559 /** Sort has changed. The grid also listens for this and updates the model.
1560 */
1561 sortChanged: EventEmitter<SortChangedEvent<TData>>;
1562 static ngAcceptInputType_suppressMakeColumnVisibleAfterUnGroup: boolean | null | '';
1563 static ngAcceptInputType_suppressRowClickSelection: boolean | null | '';
1564 static ngAcceptInputType_suppressCellFocus: boolean | null | '';
1565 static ngAcceptInputType_suppressHeaderFocus: boolean | null | '';
1566 static ngAcceptInputType_suppressHorizontalScroll: boolean | null | '';
1567 static ngAcceptInputType_groupSelectsChildren: boolean | null | '';
1568 static ngAcceptInputType_alwaysShowHorizontalScroll: boolean | null | '';
1569 static ngAcceptInputType_alwaysShowVerticalScroll: boolean | null | '';
1570 static ngAcceptInputType_debug: boolean | null | '';
1571 static ngAcceptInputType_enableBrowserTooltips: boolean | null | '';
1572 static ngAcceptInputType_enableCellExpressions: boolean | null | '';
1573 static ngAcceptInputType_groupIncludeTotalFooter: boolean | null | '';
1574 static ngAcceptInputType_groupSuppressBlankHeader: boolean | null | '';
1575 static ngAcceptInputType_suppressMenuHide: boolean | null | '';
1576 static ngAcceptInputType_suppressRowDeselection: boolean | null | '';
1577 static ngAcceptInputType_unSortIcon: boolean | null | '';
1578 static ngAcceptInputType_suppressMultiSort: boolean | null | '';
1579 static ngAcceptInputType_alwaysMultiSort: boolean | null | '';
1580 static ngAcceptInputType_singleClickEdit: boolean | null | '';
1581 static ngAcceptInputType_suppressLoadingOverlay: boolean | null | '';
1582 static ngAcceptInputType_suppressNoRowsOverlay: boolean | null | '';
1583 static ngAcceptInputType_suppressAutoSize: boolean | null | '';
1584 static ngAcceptInputType_skipHeaderOnAutoSize: boolean | null | '';
1585 static ngAcceptInputType_suppressColumnMoveAnimation: boolean | null | '';
1586 static ngAcceptInputType_suppressMovableColumns: boolean | null | '';
1587 static ngAcceptInputType_suppressFieldDotNotation: boolean | null | '';
1588 static ngAcceptInputType_enableRangeSelection: boolean | null | '';
1589 static ngAcceptInputType_enableRangeHandle: boolean | null | '';
1590 static ngAcceptInputType_enableFillHandle: boolean | null | '';
1591 static ngAcceptInputType_suppressClearOnFillReduction: boolean | null | '';
1592 static ngAcceptInputType_deltaSort: boolean | null | '';
1593 static ngAcceptInputType_suppressTouch: boolean | null | '';
1594 static ngAcceptInputType_suppressAsyncEvents: boolean | null | '';
1595 static ngAcceptInputType_allowContextMenuWithControlKey: boolean | null | '';
1596 static ngAcceptInputType_suppressContextMenu: boolean | null | '';
1597 static ngAcceptInputType_enableCellChangeFlash: boolean | null | '';
1598 static ngAcceptInputType_suppressDragLeaveHidesColumns: boolean | null | '';
1599 static ngAcceptInputType_suppressRowGroupHidesColumns: boolean | null | '';
1600 static ngAcceptInputType_suppressMiddleClickScrolls: boolean | null | '';
1601 static ngAcceptInputType_suppressPreventDefaultOnMouseWheel: boolean | null | '';
1602 static ngAcceptInputType_suppressCopyRowsToClipboard: boolean | null | '';
1603 static ngAcceptInputType_copyHeadersToClipboard: boolean | null | '';
1604 static ngAcceptInputType_copyGroupHeadersToClipboard: boolean | null | '';
1605 static ngAcceptInputType_pivotMode: boolean | null | '';
1606 static ngAcceptInputType_suppressAggFuncInHeader: boolean | null | '';
1607 static ngAcceptInputType_suppressColumnVirtualisation: boolean | null | '';
1608 static ngAcceptInputType_alwaysAggregateAtRootLevel: boolean | null | '';
1609 static ngAcceptInputType_suppressFocusAfterRefresh: boolean | null | '';
1610 static ngAcceptInputType_functionsReadOnly: boolean | null | '';
1611 static ngAcceptInputType_animateRows: boolean | null | '';
1612 static ngAcceptInputType_groupSelectsFiltered: boolean | null | '';
1613 static ngAcceptInputType_groupRemoveSingleChildren: boolean | null | '';
1614 static ngAcceptInputType_groupRemoveLowestSingleChildren: boolean | null | '';
1615 static ngAcceptInputType_enableRtl: boolean | null | '';
1616 static ngAcceptInputType_suppressClickEdit: boolean | null | '';
1617 static ngAcceptInputType_rowDragEntireRow: boolean | null | '';
1618 static ngAcceptInputType_rowDragManaged: boolean | null | '';
1619 static ngAcceptInputType_suppressRowDrag: boolean | null | '';
1620 static ngAcceptInputType_suppressMoveWhenRowDragging: boolean | null | '';
1621 static ngAcceptInputType_rowDragMultiRow: boolean | null | '';
1622 static ngAcceptInputType_enableGroupEdit: boolean | null | '';
1623 static ngAcceptInputType_embedFullWidthRows: boolean | null | '';
1624 static ngAcceptInputType_suppressPaginationPanel: boolean | null | '';
1625 static ngAcceptInputType_groupHideOpenParents: boolean | null | '';
1626 static ngAcceptInputType_groupAllowUnbalanced: boolean | null | '';
1627 static ngAcceptInputType_pagination: boolean | null | '';
1628 static ngAcceptInputType_paginationAutoPageSize: boolean | null | '';
1629 static ngAcceptInputType_suppressScrollOnNewData: boolean | null | '';
1630 static ngAcceptInputType_suppressScrollWhenPopupsAreOpen: boolean | null | '';
1631 static ngAcceptInputType_purgeClosedRowNodes: boolean | null | '';
1632 static ngAcceptInputType_cacheQuickFilter: boolean | null | '';
1633 static ngAcceptInputType_includeHiddenColumnsInQuickFilter: boolean | null | '';
1634 static ngAcceptInputType_ensureDomOrder: boolean | null | '';
1635 static ngAcceptInputType_accentedSort: boolean | null | '';
1636 static ngAcceptInputType_suppressChangeDetection: boolean | null | '';
1637 static ngAcceptInputType_valueCache: boolean | null | '';
1638 static ngAcceptInputType_valueCacheNeverExpires: boolean | null | '';
1639 static ngAcceptInputType_aggregateOnlyChangedColumns: boolean | null | '';
1640 static ngAcceptInputType_suppressAnimationFrame: boolean | null | '';
1641 static ngAcceptInputType_suppressExcelExport: boolean | null | '';
1642 static ngAcceptInputType_suppressCsvExport: boolean | null | '';
1643 static ngAcceptInputType_includeHiddenColumnsInAdvancedFilter: boolean | null | '';
1644 static ngAcceptInputType_suppressMultiRangeSelection: boolean | null | '';
1645 static ngAcceptInputType_enterNavigatesVerticallyAfterEdit: boolean | null | '';
1646 static ngAcceptInputType_enterNavigatesVertically: boolean | null | '';
1647 static ngAcceptInputType_suppressPropertyNamesCheck: boolean | null | '';
1648 static ngAcceptInputType_rowMultiSelectWithClick: boolean | null | '';
1649 static ngAcceptInputType_suppressRowHoverHighlight: boolean | null | '';
1650 static ngAcceptInputType_suppressRowTransform: boolean | null | '';
1651 static ngAcceptInputType_suppressClipboardPaste: boolean | null | '';
1652 static ngAcceptInputType_suppressLastEmptyLineOnPaste: boolean | null | '';
1653 static ngAcceptInputType_enableCharts: boolean | null | '';
1654 static ngAcceptInputType_suppressMaintainUnsortedOrder: boolean | null | '';
1655 static ngAcceptInputType_enableCellTextSelection: boolean | null | '';
1656 static ngAcceptInputType_suppressBrowserResizeObserver: boolean | null | '';
1657 static ngAcceptInputType_suppressMaxRenderedRowRestriction: boolean | null | '';
1658 static ngAcceptInputType_excludeChildrenWhenTreeDataFiltering: boolean | null | '';
1659 static ngAcceptInputType_tooltipMouseTrack: boolean | null | '';
1660 static ngAcceptInputType_tooltipInteraction: boolean | null | '';
1661 static ngAcceptInputType_keepDetailRows: boolean | null | '';
1662 static ngAcceptInputType_paginateChildRows: boolean | null | '';
1663 static ngAcceptInputType_preventDefaultOnContextMenu: boolean | null | '';
1664 static ngAcceptInputType_undoRedoCellEditing: boolean | null | '';
1665 static ngAcceptInputType_allowDragFromColumnsToolPanel: boolean | null | '';
1666 static ngAcceptInputType_pivotSuppressAutoColumn: boolean | null | '';
1667 static ngAcceptInputType_suppressExpandablePivotGroups: boolean | null | '';
1668 static ngAcceptInputType_debounceVerticalScrollbar: boolean | null | '';
1669 static ngAcceptInputType_detailRowAutoHeight: boolean | null | '';
1670 static ngAcceptInputType_serverSideSortAllLevels: boolean | null | '';
1671 static ngAcceptInputType_serverSideEnableClientSideSort: boolean | null | '';
1672 static ngAcceptInputType_serverSideOnlyRefreshFilteredGroups: boolean | null | '';
1673 static ngAcceptInputType_serverSideSortOnServer: boolean | null | '';
1674 static ngAcceptInputType_serverSideFilterOnServer: boolean | null | '';
1675 static ngAcceptInputType_suppressAggFilteredOnly: boolean | null | '';
1676 static ngAcceptInputType_showOpenedGroup: boolean | null | '';
1677 static ngAcceptInputType_suppressClipboardApi: boolean | null | '';
1678 static ngAcceptInputType_suppressModelUpdateAfterUpdateTransaction: boolean | null | '';
1679 static ngAcceptInputType_stopEditingWhenCellsLoseFocus: boolean | null | '';
1680 static ngAcceptInputType_maintainColumnOrder: boolean | null | '';
1681 static ngAcceptInputType_groupMaintainOrder: boolean | null | '';
1682 static ngAcceptInputType_columnHoverHighlight: boolean | null | '';
1683 static ngAcceptInputType_readOnlyEdit: boolean | null | '';
1684 static ngAcceptInputType_suppressRowVirtualisation: boolean | null | '';
1685 static ngAcceptInputType_enableCellEditingOnBackspace: boolean | null | '';
1686 static ngAcceptInputType_resetRowDataOnUpdate: boolean | null | '';
1687 static ngAcceptInputType_removePivotHeaderRowWhenSingleValueColumn: boolean | null | '';
1688 static ngAcceptInputType_suppressCopySingleCellRanges: boolean | null | '';
1689 static ngAcceptInputType_suppressGroupRowsSticky: boolean | null | '';
1690 static ngAcceptInputType_suppressCutToClipboard: boolean | null | '';
1691 static ngAcceptInputType_suppressServerSideInfiniteScroll: boolean | null | '';
1692 static ngAcceptInputType_rowGroupPanelSuppressSort: boolean | null | '';
1693 static ngAcceptInputType_allowShowChangeAfterFilter: boolean | null | '';
1694 static ngAcceptInputType_enableAdvancedFilter: boolean | null | '';
1695 static ngAcceptInputType_masterDetail: boolean | null | '';
1696 static ngAcceptInputType_treeData: boolean | null | '';
1697 static ngAcceptInputType_suppressGroupMaintainValueType: boolean | null | '';
1698 static ngAcceptInputType_applyQuickFilterBeforePivotOrAgg: boolean | null | '';
1699 static ngAcceptInputType_suppressServerSideFullWidthLoadingRow: boolean | null | '';
1700 static ngAcceptInputType_suppressAdvancedFilterEval: boolean | null | '';
1701 static ngAcceptInputType_loading: boolean | null | '';
1702 static ɵfac: i0.ɵɵFactoryDeclaration<AgGridAngular<any, any>, never>;
1703 static ɵcmp: i0.ɵɵComponentDeclaration<AgGridAngular<any, any>, "ag-grid-angular", never, { "gridOptions": { "alias": "gridOptions"; "required": false; }; "modules": { "alias": "modules"; "required": false; }; "statusBar": { "alias": "statusBar"; "required": false; }; "sideBar": { "alias": "sideBar"; "required": false; }; "suppressContextMenu": { "alias": "suppressContextMenu"; "required": false; }; "preventDefaultOnContextMenu": { "alias": "preventDefaultOnContextMenu"; "required": false; }; "allowContextMenuWithControlKey": { "alias": "allowContextMenuWithControlKey"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "suppressMenuHide": { "alias": "suppressMenuHide"; "required": false; }; "enableBrowserTooltips": { "alias": "enableBrowserTooltips"; "required": false; }; "tooltipTrigger": { "alias": "tooltipTrigger"; "required": false; }; "tooltipShowDelay": { "alias": "tooltipShowDelay"; "required": false; }; "tooltipHideDelay": { "alias": "tooltipHideDelay"; "required": false; }; "tooltipMouseTrack": { "alias": "tooltipMouseTrack"; "required": false; }; "tooltipShowMode": { "alias": "tooltipShowMode"; "required": false; }; "tooltipInteraction": { "alias": "tooltipInteraction"; "required": false; }; "popupParent": { "alias": "popupParent"; "required": false; }; "copyHeadersToClipboard": { "alias": "copyHeadersToClipboard"; "required": false; }; "copyGroupHeadersToClipboard": { "alias": "copyGroupHeadersToClipboard"; "required": false; }; "clipboardDelimiter": { "alias": "clipboardDelimiter"; "required": false; }; "suppressCopyRowsToClipboard": { "alias": "suppressCopyRowsToClipboard"; "required": false; }; "suppressCopySingleCellRanges": { "alias": "suppressCopySingleCellRanges"; "required": false; }; "suppressLastEmptyLineOnPaste": { "alias": "suppressLastEmptyLineOnPaste"; "required": false; }; "suppressClipboardPaste": { "alias": "suppressClipboardPaste"; "required": false; }; "suppressClipboardApi": { "alias": "suppressClipboardApi"; "required": false; }; "suppressCutToClipboard": { "alias": "suppressCutToClipboard"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "defaultColGroupDef": { "alias": "defaultColGroupDef"; "required": false; }; "columnTypes": { "alias": "columnTypes"; "required": false; }; "dataTypeDefinitions": { "alias": "dataTypeDefinitions"; "required": false; }; "maintainColumnOrder": { "alias": "maintainColumnOrder"; "required": false; }; "suppressFieldDotNotation": { "alias": "suppressFieldDotNotation"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "groupHeaderHeight": { "alias": "groupHeaderHeight"; "required": false; }; "floatingFiltersHeight": { "alias": "floatingFiltersHeight"; "required": false; }; "pivotHeaderHeight": { "alias": "pivotHeaderHeight"; "required": false; }; "pivotGroupHeaderHeight": { "alias": "pivotGroupHeaderHeight"; "required": false; }; "allowDragFromColumnsToolPanel": { "alias": "allowDragFromColumnsToolPanel"; "required": false; }; "suppressMovableColumns": { "alias": "suppressMovableColumns"; "required": false; }; "suppressColumnMoveAnimation": { "alias": "suppressColumnMoveAnimation"; "required": false; }; "suppressDragLeaveHidesColumns": { "alias": "suppressDragLeaveHidesColumns"; "required": false; }; "suppressRowGroupHidesColumns": { "alias": "suppressRowGroupHidesColumns"; "required": false; }; "colResizeDefault": { "alias": "colResizeDefault"; "required": false; }; "suppressAutoSize": { "alias": "suppressAutoSize"; "required": false; }; "autoSizePadding": { "alias": "autoSizePadding"; "required": false; }; "skipHeaderOnAutoSize": { "alias": "skipHeaderOnAutoSize"; "required": false; }; "autoSizeStrategy": { "alias": "autoSizeStrategy"; "required": false; }; "components": { "alias": "components"; "required": false; }; "editType": { "alias": "editType"; "required": false; }; "singleClickEdit": { "alias": "singleClickEdit"; "required": false; }; "suppressClickEdit": { "alias": "suppressClickEdit"; "required": false; }; "readOnlyEdit": { "alias": "readOnlyEdit"; "required": false; }; "stopEditingWhenCellsLoseFocus": { "alias": "stopEditingWhenCellsLoseFocus"; "required": false; }; "enterNavigatesVertically": { "alias": "enterNavigatesVertically"; "required": false; }; "enterNavigatesVerticallyAfterEdit": { "alias": "enterNavigatesVerticallyAfterEdit"; "required": false; }; "enableCellEditingOnBackspace": { "alias": "enableCellEditingOnBackspace"; "required": false; }; "undoRedoCellEditing": { "alias": "undoRedoCellEditing"; "required": false; }; "undoRedoCellEditingLimit": { "alias": "undoRedoCellEditingLimit"; "required": false; }; "defaultCsvExportParams": { "alias": "defaultCsvExportParams"; "required": false; }; "suppressCsvExport": { "alias": "suppressCsvExport"; "required": false; }; "defaultExcelExportParams": { "alias": "defaultExcelExportParams"; "required": false; }; "suppressExcelExport": { "alias": "suppressExcelExport"; "required": false; }; "excelStyles": { "alias": "excelStyles"; "required": false; }; "quickFilterText": { "alias": "quickFilterText"; "required": false; }; "cacheQuickFilter": { "alias": "cacheQuickFilter"; "required": false; }; "includeHiddenColumnsInQuickFilter": { "alias": "includeHiddenColumnsInQuickFilter"; "required": false; }; "quickFilterParser": { "alias": "quickFilterParser"; "required": false; }; "quickFilterMatcher": { "alias": "quickFilterMatcher"; "required": false; }; "applyQuickFilterBeforePivotOrAgg": { "alias": "applyQuickFilterBeforePivotOrAgg"; "required": false; }; "excludeChildrenWhenTreeDataFiltering": { "alias": "excludeChildrenWhenTreeDataFiltering"; "required": false; }; "enableAdvancedFilter": { "alias": "enableAdvancedFilter"; "required": false; }; "advancedFilterModel": { "alias": "advancedFilterModel"; "required": false; }; "includeHiddenColumnsInAdvancedFilter": { "alias": "includeHiddenColumnsInAdvancedFilter"; "required": false; }; "advancedFilterParent": { "alias": "advancedFilterParent"; "required": false; }; "advancedFilterBuilderParams": { "alias": "advancedFilterBuilderParams"; "required": false; }; "suppressAdvancedFilterEval": { "alias": "suppressAdvancedFilterEval"; "required": false; }; "enableCharts": { "alias": "enableCharts"; "required": false; }; "chartThemes": { "alias": "chartThemes"; "required": false; }; "customChartThemes": { "alias": "customChartThemes"; "required": false; }; "chartThemeOverrides": { "alias": "chartThemeOverrides"; "required": false; }; "chartToolPanelsDef": { "alias": "chartToolPanelsDef"; "required": false; }; "chartMenuItems": { "alias": "chartMenuItems"; "required": false; }; "loadingCellRenderer": { "alias": "loadingCellRenderer"; "required": false; }; "loadingCellRendererParams": { "alias": "loadingCellRendererParams"; "required": false; }; "loadingCellRendererSelector": { "alias": "loadingCellRendererSelector"; "required": false; }; "localeText": { "alias": "localeText"; "required": false; }; "masterDetail": { "alias": "masterDetail"; "required": false; }; "keepDetailRows": { "alias": "keepDetailRows"; "required": false; }; "keepDetailRowsCount": { "alias": "keepDetailRowsCount"; "required": false; }; "detailCellRenderer": { "alias": "detailCellRenderer"; "required": false; }; "detailCellRendererParams": { "alias": "detailCellRendererParams"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "detailRowAutoHeight": { "alias": "detailRowAutoHeight"; "required": false; }; "context": { "alias": "context"; "required": false; }; "alignedGrids": { "alias": "alignedGrids"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "rowBuffer": { "alias": "rowBuffer"; "required": false; }; "valueCache": { "alias": "valueCache"; "required": false; }; "valueCacheNeverExpires": { "alias": "valueCacheNeverExpires"; "required": false; }; "enableCellExpressions": { "alias": "enableCellExpressions"; "required": false; }; "suppressTouch": { "alias": "suppressTouch"; "required": false; }; "suppressFocusAfterRefresh": { "alias": "suppressFocusAfterRefresh"; "required": false; }; "suppressAsyncEvents": { "alias": "suppressAsyncEvents"; "required": false; }; "suppressBrowserResizeObserver": { "alias": "suppressBrowserResizeObserver"; "required": false; }; "suppressPropertyNamesCheck": { "alias": "suppressPropertyNamesCheck"; "required": false; }; "suppressChangeDetection": { "alias": "suppressChangeDetection"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "overlayLoadingTemplate": { "alias": "overlayLoadingTemplate"; "required": false; }; "loadingOverlayComponent": { "alias": "loadingOverlayComponent"; "required": false; }; "loadingOverlayComponentParams": { "alias": "loadingOverlayComponentParams"; "required": false; }; "suppressLoadingOverlay": { "alias": "suppressLoadingOverlay"; "required": false; }; "overlayNoRowsTemplate": { "alias": "overlayNoRowsTemplate"; "required": false; }; "noRowsOverlayComponent": { "alias": "noRowsOverlayComponent"; "required": false; }; "noRowsOverlayComponentParams": { "alias": "noRowsOverlayComponentParams"; "required": false; }; "suppressNoRowsOverlay": { "alias": "suppressNoRowsOverlay"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "paginationPageSize": { "alias": "paginationPageSize"; "required": false; }; "paginationPageSizeSelector": { "alias": "paginationPageSizeSelector"; "required": false; }; "paginationAutoPageSize": { "alias": "paginationAutoPageSize"; "required": false; }; "paginateChildRows": { "alias": "paginateChildRows"; "required": false; }; "suppressPaginationPanel": { "alias": "suppressPaginationPanel"; "required": false; }; "pivotMode": { "alias": "pivotMode"; "required": false; }; "pivotPanelShow": { "alias": "pivotPanelShow"; "required": false; }; "pivotMaxGeneratedColumns": { "alias": "pivotMaxGeneratedColumns"; "required": false; }; "pivotDefaultExpanded": { "alias": "pivotDefaultExpanded"; "required": false; }; "pivotColumnGroupTotals": { "alias": "pivotColumnGroupTotals"; "required": false; }; "pivotRowTotals": { "alias": "pivotRowTotals"; "required": false; }; "pivotSuppressAutoColumn": { "alias": "pivotSuppressAutoColumn"; "required": false; }; "suppressExpandablePivotGroups": { "alias": "suppressExpandablePivotGroups"; "required": false; }; "functionsReadOnly": { "alias": "functionsReadOnly"; "required": false; }; "aggFuncs": { "alias": "aggFuncs"; "required": false; }; "suppressAggFuncInHeader": { "alias": "suppressAggFuncInHeader"; "required": false; }; "alwaysAggregateAtRootLevel": { "alias": "alwaysAggregateAtRootLevel"; "required": false; }; "aggregateOnlyChangedColumns": { "alias": "aggregateOnlyChangedColumns"; "required": false; }; "suppressAggFilteredOnly": { "alias": "suppressAggFilteredOnly"; "required": false; }; "removePivotHeaderRowWhenSingleValueColumn": { "alias": "removePivotHeaderRowWhenSingleValueColumn"; "required": false; }; "animateRows": { "alias": "animateRows"; "required": false; }; "enableCellChangeFlash": { "alias": "enableCellChangeFlash"; "required": false; }; "cellFlashDuration": { "alias": "cellFlashDuration"; "required": false; }; "cellFlashDelay": { "alias": "cellFlashDelay"; "required": false; }; "cellFadeDuration": { "alias": "cellFadeDuration"; "required": false; }; "cellFadeDelay": { "alias": "cellFadeDelay"; "required": false; }; "allowShowChangeAfterFilter": { "alias": "allowShowChangeAfterFilter"; "required": false; }; "domLayout": { "alias": "domLayout"; "required": false; }; "ensureDomOrder": { "alias": "ensureDomOrder"; "required": false; }; "enableRtl": { "alias": "enableRtl"; "required": false; }; "suppressColumnVirtualisation": { "alias": "suppressColumnVirtualisation"; "required": false; }; "suppressMaxRenderedRowRestriction": { "alias": "suppressMaxRenderedRowRestriction"; "required": false; }; "suppressRowVirtualisation": { "alias": "suppressRowVirtualisation"; "required": false; }; "rowDragManaged": { "alias": "rowDragManaged"; "required": false; }; "suppressRowDrag": { "alias": "suppressRowDrag"; "required": false; }; "suppressMoveWhenRowDragging": { "alias": "suppressMoveWhenRowDragging"; "required": false; }; "rowDragEntireRow": { "alias": "rowDragEntireRow"; "required": false; }; "rowDragMultiRow": { "alias": "rowDragMultiRow"; "required": false; }; "rowDragText": { "alias": "rowDragText"; "required": false; }; "fullWidthCellRenderer": { "alias": "fullWidthCellRenderer"; "required": false; }; "fullWidthCellRendererParams": { "alias": "fullWidthCellRendererParams"; "required": false; }; "embedFullWidthRows": { "alias": "embedFullWidthRows"; "required": false; }; "suppressGroupMaintainValueType": { "alias": "suppressGroupMaintainValueType"; "required": false; }; "groupDisplayType": { "alias": "groupDisplayType"; "required": false; }; "groupDefaultExpanded": { "alias": "groupDefaultExpanded"; "required": false; }; "autoGroupColumnDef": { "alias": "autoGroupColumnDef"; "required": false; }; "groupMaintainOrder": { "alias": "groupMaintainOrder"; "required": false; }; "groupSelectsChildren": { "alias": "groupSelectsChildren"; "required": false; }; "groupLockGroupColumns": { "alias": "groupLockGroupColumns"; "required": false; }; "groupAggFiltering": { "alias": "groupAggFiltering"; "required": false; }; "groupIncludeFooter": { "alias": "groupIncludeFooter"; "required": false; }; "groupIncludeTotalFooter": { "alias": "groupIncludeTotalFooter"; "required": false; }; "groupTotalRow": { "alias": "groupTotalRow"; "required": false; }; "grandTotalRow": { "alias": "grandTotalRow"; "required": false; }; "suppressStickyTotalRow": { "alias": "suppressStickyTotalRow"; "required": false; }; "groupSuppressBlankHeader": { "alias": "groupSuppressBlankHeader"; "required": false; }; "groupSelectsFiltered": { "alias": "groupSelectsFiltered"; "required": false; }; "showOpenedGroup": { "alias": "showOpenedGroup"; "required": false; }; "groupRemoveSingleChildren": { "alias": "groupRemoveSingleChildren"; "required": false; }; "groupRemoveLowestSingleChildren": { "alias": "groupRemoveLowestSingleChildren"; "required": false; }; "groupHideOpenParents": { "alias": "groupHideOpenParents"; "required": false; }; "groupAllowUnbalanced": { "alias": "groupAllowUnbalanced"; "required": false; }; "rowGroupPanelShow": { "alias": "rowGroupPanelShow"; "required": false; }; "groupRowRenderer": { "alias": "groupRowRenderer"; "required": false; }; "groupRowRendererParams": { "alias": "groupRowRendererParams"; "required": false; }; "suppressMakeColumnVisibleAfterUnGroup": { "alias": "suppressMakeColumnVisibleAfterUnGroup"; "required": false; }; "treeData": { "alias": "treeData"; "required": false; }; "rowGroupPanelSuppressSort": { "alias": "rowGroupPanelSuppressSort"; "required": false; }; "suppressGroupRowsSticky": { "alias": "suppressGroupRowsSticky"; "required": false; }; "pinnedTopRowData": { "alias": "pinnedTopRowData"; "required": false; }; "pinnedBottomRowData": { "alias": "pinnedBottomRowData"; "required": false; }; "rowModelType": { "alias": "rowModelType"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "asyncTransactionWaitMillis": { "alias": "asyncTransactionWaitMillis"; "required": false; }; "suppressModelUpdateAfterUpdateTransaction": { "alias": "suppressModelUpdateAfterUpdateTransaction"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "cacheOverflowSize": { "alias": "cacheOverflowSize"; "required": false; }; "infiniteInitialRowCount": { "alias": "infiniteInitialRowCount"; "required": false; }; "serverSideInitialRowCount": { "alias": "serverSideInitialRowCount"; "required": false; }; "suppressServerSideInfiniteScroll": { "alias": "suppressServerSideInfiniteScroll"; "required": false; }; "suppressServerSideFullWidthLoadingRow": { "alias": "suppressServerSideFullWidthLoadingRow"; "required": false; }; "cacheBlockSize": { "alias": "cacheBlockSize"; "required": false; }; "maxBlocksInCache": { "alias": "maxBlocksInCache"; "required": false; }; "maxConcurrentDatasourceRequests": { "alias": "maxConcurrentDatasourceRequests"; "required": false; }; "blockLoadDebounceMillis": { "alias": "blockLoadDebounceMillis"; "required": false; }; "purgeClosedRowNodes": { "alias": "purgeClosedRowNodes"; "required": false; }; "serverSideDatasource": { "alias": "serverSideDatasource"; "required": false; }; "serverSideSortAllLevels": { "alias": "serverSideSortAllLevels"; "required": false; }; "serverSideEnableClientSideSort": { "alias": "serverSideEnableClientSideSort"; "required": false; }; "serverSideOnlyRefreshFilteredGroups": { "alias": "serverSideOnlyRefreshFilteredGroups"; "required": false; }; "serverSideSortOnServer": { "alias": "serverSideSortOnServer"; "required": false; }; "serverSideFilterOnServer": { "alias": "serverSideFilterOnServer"; "required": false; }; "serverSidePivotResultFieldSeparator": { "alias": "serverSidePivotResultFieldSeparator"; "required": false; }; "viewportDatasource": { "alias": "viewportDatasource"; "required": false; }; "viewportRowModelPageSize": { "alias": "viewportRowModelPageSize"; "required": false; }; "viewportRowModelBufferSize": { "alias": "viewportRowModelBufferSize"; "required": false; }; "alwaysShowHorizontalScroll": { "alias": "alwaysShowHorizontalScroll"; "required": false; }; "alwaysShowVerticalScroll": { "alias": "alwaysShowVerticalScroll"; "required": false; }; "debounceVerticalScrollbar": { "alias": "debounceVerticalScrollbar"; "required": false; }; "suppressHorizontalScroll": { "alias": "suppressHorizontalScroll"; "required": false; }; "suppressScrollOnNewData": { "alias": "suppressScrollOnNewData"; "required": false; }; "suppressScrollWhenPopupsAreOpen": { "alias": "suppressScrollWhenPopupsAreOpen"; "required": false; }; "suppressAnimationFrame": { "alias": "suppressAnimationFrame"; "required": false; }; "suppressMiddleClickScrolls": { "alias": "suppressMiddleClickScrolls"; "required": false; }; "suppressPreventDefaultOnMouseWheel": { "alias": "suppressPreventDefaultOnMouseWheel"; "required": false; }; "scrollbarWidth": { "alias": "scrollbarWidth"; "required": false; }; "rowSelection": { "alias": "rowSelection"; "required": false; }; "rowMultiSelectWithClick": { "alias": "rowMultiSelectWithClick"; "required": false; }; "suppressRowDeselection": { "alias": "suppressRowDeselection"; "required": false; }; "suppressRowClickSelection": { "alias": "suppressRowClickSelection"; "required": false; }; "suppressCellFocus": { "alias": "suppressCellFocus"; "required": false; }; "suppressHeaderFocus": { "alias": "suppressHeaderFocus"; "required": false; }; "suppressMultiRangeSelection": { "alias": "suppressMultiRangeSelection"; "required": false; }; "enableCellTextSelection": { "alias": "enableCellTextSelection"; "required": false; }; "enableRangeSelection": { "alias": "enableRangeSelection"; "required": false; }; "enableRangeHandle": { "alias": "enableRangeHandle"; "required": false; }; "enableFillHandle": { "alias": "enableFillHandle"; "required": false; }; "fillHandleDirection": { "alias": "fillHandleDirection"; "required": false; }; "suppressClearOnFillReduction": { "alias": "suppressClearOnFillReduction"; "required": false; }; "sortingOrder": { "alias": "sortingOrder"; "required": false; }; "accentedSort": { "alias": "accentedSort"; "required": false; }; "unSortIcon": { "alias": "unSortIcon"; "required": false; }; "suppressMultiSort": { "alias": "suppressMultiSort"; "required": false; }; "alwaysMultiSort": { "alias": "alwaysMultiSort"; "required": false; }; "multiSortKey": { "alias": "multiSortKey"; "required": false; }; "suppressMaintainUnsortedOrder": { "alias": "suppressMaintainUnsortedOrder"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "rowStyle": { "alias": "rowStyle"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowClassRules": { "alias": "rowClassRules"; "required": false; }; "suppressRowHoverHighlight": { "alias": "suppressRowHoverHighlight"; "required": false; }; "suppressRowTransform": { "alias": "suppressRowTransform"; "required": false; }; "columnHoverHighlight": { "alias": "columnHoverHighlight"; "required": false; }; "gridId": { "alias": "gridId"; "required": false; }; "deltaSort": { "alias": "deltaSort"; "required": false; }; "treeDataDisplayType": { "alias": "treeDataDisplayType"; "required": false; }; "enableGroupEdit": { "alias": "enableGroupEdit"; "required": false; }; "initialState": { "alias": "initialState"; "required": false; }; "getContextMenuItems": { "alias": "getContextMenuItems"; "required": false; }; "getMainMenuItems": { "alias": "getMainMenuItems"; "required": false; }; "postProcessPopup": { "alias": "postProcessPopup"; "required": false; }; "processUnpinnedColumns": { "alias": "processUnpinnedColumns"; "required": false; }; "processCellForClipboard": { "alias": "processCellForClipboard"; "required": false; }; "processHeaderForClipboard": { "alias": "processHeaderForClipboard"; "required": false; }; "processGroupHeaderForClipboard": { "alias": "processGroupHeaderForClipboard"; "required": false; }; "processCellFromClipboard": { "alias": "processCellFromClipboard"; "required": false; }; "sendToClipboard": { "alias": "sendToClipboard"; "required": false; }; "processDataFromClipboard": { "alias": "processDataFromClipboard"; "required": false; }; "isExternalFilterPresent": { "alias": "isExternalFilterPresent"; "required": false; }; "doesExternalFilterPass": { "alias": "doesExternalFilterPass"; "required": false; }; "getChartToolbarItems": { "alias": "getChartToolbarItems"; "required": false; }; "createChartContainer": { "alias": "createChartContainer"; "required": false; }; "focusGridInnerElement": { "alias": "focusGridInnerElement"; "required": false; }; "navigateToNextHeader": { "alias": "navigateToNextHeader"; "required": false; }; "tabToNextHeader": { "alias": "tabToNextHeader"; "required": false; }; "navigateToNextCell": { "alias": "navigateToNextCell"; "required": false; }; "tabToNextCell": { "alias": "tabToNextCell"; "required": false; }; "getLocaleText": { "alias": "getLocaleText"; "required": false; }; "getDocument": { "alias": "getDocument"; "required": false; }; "paginationNumberFormatter": { "alias": "paginationNumberFormatter"; "required": false; }; "getGroupRowAgg": { "alias": "getGroupRowAgg"; "required": false; }; "isGroupOpenByDefault": { "alias": "isGroupOpenByDefault"; "required": false; }; "initialGroupOrderComparator": { "alias": "initialGroupOrderComparator"; "required": false; }; "processPivotResultColDef": { "alias": "processPivotResultColDef"; "required": false; }; "processPivotResultColGroupDef": { "alias": "processPivotResultColGroupDef"; "required": false; }; "getDataPath": { "alias": "getDataPath"; "required": false; }; "getChildCount": { "alias": "getChildCount"; "required": false; }; "getServerSideGroupLevelParams": { "alias": "getServerSideGroupLevelParams"; "required": false; }; "isServerSideGroupOpenByDefault": { "alias": "isServerSideGroupOpenByDefault"; "required": false; }; "isApplyServerSideTransaction": { "alias": "isApplyServerSideTransaction"; "required": false; }; "isServerSideGroup": { "alias": "isServerSideGroup"; "required": false; }; "getServerSideGroupKey": { "alias": "getServerSideGroupKey"; "required": false; }; "getBusinessKeyForNode": { "alias": "getBusinessKeyForNode"; "required": false; }; "getRowId": { "alias": "getRowId"; "required": false; }; "resetRowDataOnUpdate": { "alias": "resetRowDataOnUpdate"; "required": false; }; "processRowPostCreate": { "alias": "processRowPostCreate"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "isRowMaster": { "alias": "isRowMaster"; "required": false; }; "fillOperation": { "alias": "fillOperation"; "required": false; }; "postSortRows": { "alias": "postSortRows"; "required": false; }; "getRowStyle": { "alias": "getRowStyle"; "required": false; }; "getRowClass": { "alias": "getRowClass"; "required": false; }; "getRowHeight": { "alias": "getRowHeight"; "required": false; }; "isFullWidthRow": { "alias": "isFullWidthRow"; "required": false; }; }, { "toolPanelVisibleChanged": "toolPanelVisibleChanged"; "toolPanelSizeChanged": "toolPanelSizeChanged"; "columnMenuVisibleChanged": "columnMenuVisibleChanged"; "contextMenuVisibleChanged": "contextMenuVisibleChanged"; "cutStart": "cutStart"; "cutEnd": "cutEnd"; "pasteStart": "pasteStart"; "pasteEnd": "pasteEnd"; "columnVisible": "columnVisible"; "columnPinned": "columnPinned"; "columnResized": "columnResized"; "columnMoved": "columnMoved"; "columnValueChanged": "columnValueChanged"; "columnPivotModeChanged": "columnPivotModeChanged"; "columnPivotChanged": "columnPivotChanged"; "columnGroupOpened": "columnGroupOpened"; "newColumnsLoaded": "newColumnsLoaded"; "gridColumnsChanged": "gridColumnsChanged"; "displayedColumnsChanged": "displayedColumnsChanged"; "virtualColumnsChanged": "virtualColumnsChanged"; "columnEverythingChanged": "columnEverythingChanged"; "columnHeaderMouseOver": "columnHeaderMouseOver"; "columnHeaderMouseLeave": "columnHeaderMouseLeave"; "columnHeaderClicked": "columnHeaderClicked"; "columnHeaderContextMenu": "columnHeaderContextMenu"; "componentStateChanged": "componentStateChanged"; "cellValueChanged": "cellValueChanged"; "cellEditRequest": "cellEditRequest"; "rowValueChanged": "rowValueChanged"; "cellEditingStarted": "cellEditingStarted"; "cellEditingStopped": "cellEditingStopped"; "rowEditingStarted": "rowEditingStarted"; "rowEditingStopped": "rowEditingStopped"; "undoStarted": "undoStarted"; "undoEnded": "undoEnded"; "redoStarted": "redoStarted"; "redoEnded": "redoEnded"; "rangeDeleteStart": "rangeDeleteStart"; "rangeDeleteEnd": "rangeDeleteEnd"; "fillStart": "fillStart"; "fillEnd": "fillEnd"; "filterOpened": "filterOpened"; "filterChanged": "filterChanged"; "filterModified": "filterModified"; "advancedFilterBuilderVisibleChanged": "advancedFilterBuilderVisibleChanged"; "chartCreated": "chartCreated"; "chartRangeSelectionChanged": "chartRangeSelectionChanged"; "chartOptionsChanged": "chartOptionsChanged"; "chartDestroyed": "chartDestroyed"; "cellKeyDown": "cellKeyDown"; "gridReady": "gridReady"; "firstDataRendered": "firstDataRendered"; "gridSizeChanged": "gridSizeChanged"; "modelUpdated": "modelUpdated"; "virtualRowRemoved": "virtualRowRemoved"; "viewportChanged": "viewportChanged"; "bodyScroll": "bodyScroll"; "bodyScrollEnd": "bodyScrollEnd"; "dragStarted": "dragStarted"; "dragStopped": "dragStopped"; "stateUpdated": "stateUpdated"; "paginationChanged": "paginationChanged"; "rowDragEnter": "rowDragEnter"; "rowDragMove": "rowDragMove"; "rowDragLeave": "rowDragLeave"; "rowDragEnd": "rowDragEnd"; "columnRowGroupChanged": "columnRowGroupChanged"; "rowGroupOpened": "rowGroupOpened"; "expandOrCollapseAll": "expandOrCollapseAll"; "pivotMaxColumnsExceeded": "pivotMaxColumnsExceeded"; "pinnedRowDataChanged": "pinnedRowDataChanged"; "rowDataUpdated": "rowDataUpdated"; "asyncTransactionsFlushed": "asyncTransactionsFlushed"; "storeRefreshed": "storeRefreshed"; "headerFocused": "headerFocused"; "cellClicked": "cellClicked"; "cellDoubleClicked": "cellDoubleClicked"; "cellFocused": "cellFocused"; "cellMouseOver": "cellMouseOver"; "cellMouseOut": "cellMouseOut"; "cellMouseDown": "cellMouseDown"; "rowClicked": "rowClicked"; "rowDoubleClicked": "rowDoubleClicked"; "rowSelected": "rowSelected"; "selectionChanged": "selectionChanged"; "cellContextMenu": "cellContextMenu"; "rangeSelectionChanged": "rangeSelectionChanged"; "tooltipShow": "tooltipShow"; "tooltipHide": "tooltipHide"; "sortChanged": "sortChanged"; }, never, never, true, never>;
1704}
1705
\No newline at end of file