ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TableSelectionHandlerImplementationProperties

TableSelectionHandlerImplementationProperties interface

Lets projects interact with the core tabular selection.

Signature:

export interface TableSelectionHandlerImplementationProperties 

Properties

PropertyTypeDescription
onChange(selection: TableSelection, api: WidgetApi) => voidIs called back each time that the selection changes.
transform(selection: TableSelection, api: WidgetApi) => TableSelectionLets you apply a custom selection on the fly, instead of the default one.
  • TableSelectionHandlerImplementationProperties interface
  • Properties
Copyright © 2019 ActiveViam