Emitted after a cell value has been committed.
Emitted before a cell value is committed.
Emitted after a column has been moved.
Emitted before a column is moved through the UI or ApexGrid.moveColumn.
Emitted after a column's pin position change has been applied.
Emitted before a column's pin position changes.
Emitted when a filter operation initiated through the UI has completed. Returns the filter state for the affected column.
Emitted when filtering is initiated through the UI.
Emitted after a page or page-size change has been applied and the pipeline has run.
Emitted before the grid navigates to a new page or applies a new page size.
Emitted after a quick-filter change has been applied and the pipeline has run.
Emitted before the quick-filter value is applied.
Cancellable — calling preventDefault() aborts the change. The value can
be replaced inside the listener by reassigning ApexGrid.quickFilter.
Emitted when a row leaves edit mode, with committed reporting whether
pending edits were applied (row edit mode only).
Emitted when a row enters edit mode (row edit mode only).
Emitted after a row-expansion change has been applied.
Emitted before the row expansion set changes.
Emitted after a row-selection change has been applied.
Emitted before the row selection set changes.
Emitted when a sort operation initiated through the UI has completed. Returns the sort expression used for the operation.
Emitted when sorting is initiated through the UI. Returns the sort expression which will be used for the operation.
Emitted after a tree-row expansion change has been applied.
Emitted before the tree-row expansion set changes.
Fires only when ApexGrid.tree is enabled and a row's tree
expansion is toggled (via the chevron, the public API, or
expand-all/collapse-all). Cancellable.
Events for the apex-grid.