Home > @activeviam/activeui-sdk > TableSelectionHandlerImplementationProperties > onChange
TableSelectionHandlerImplementationProperties.onChange property
Is called back each time that the selection changes.
Signature:
onChange?: (selection: TableSelection, api: TabularApi) => void;