Home > @activeviam/activeui-sdk > TableSelectionHandlerImplementationProperties
TableSelectionHandlerImplementationProperties interface
Lets projects interact with the core tabular selection.
Signature:
export interface TableSelectionHandlerImplementationProperties
Properties
Property | Type | Description |
---|---|---|
onChange | (selection: TableSelection, api: TabularApi) => void | Is called back each time that the selection changes. |
transform | (selection: TableSelection, api: TabularApi) => TableSelection | Lets you apply a custom selection on the fly, instead of the default one. |