Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseSelectionOptions

Hierarchy

  • UseSelectionOptions

Index

Properties

Optional allowDeselectSelection

allowDeselectSelection: undefined | false | true

Allow deselect a selected area

Optional allowMultipleSelection

allowMultipleSelection: undefined | false | true

Allow multiple selection

Optional columnCount

columnCount: undefined | number

No of columns in the grid

Optional gridRef

gridRef: React.MutableRefObject<GridRef>

Access grid functions

Optional initialActiveCell

initialActiveCell: CellInterface | null

Option to set 0,0 as initially selected cell

Optional initialSelections

initialSelections: SelectionArea[]

Initial selections

Optional rowCount

rowCount: undefined | number

No of rows in the grid

Optional selectionMode

selectionMode: SelectionMode

Selection mode

Generated using TypeDoc