UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

18 lines (17 loc) 540 B
/** * Defines the selection behavior of the AnalyticalTable. */ export declare enum AnalyticalTableSelectionBehavior { /** * A selection column is rendered along with the normal columns. The whole row is selectable. */ Row = "Row", /** * No selection column is rendered along with the normal columns. The whole row is selectable. */ RowOnly = "RowOnly", /** * The row is only selectable by clicking on the corresponding field in the selection column. */ RowSelector = "RowSelector" }