Home > @activeviam/activeui-sdk > TableSelectionHandlerImplementationProperties > transform
TableSelectionHandlerImplementationProperties.transform property
Lets you apply a custom selection on the fly, instead of the default one.
Signature:
transform?: (selection: TableSelection, api: TabularApi) => TableSelection;