Skip to content

@serenity-is/sleekgrid / RowSelectionModelOptions

Interface: RowSelectionModelOptions

Defined in: src/plugins/rowselectionmodel.ts:6

Options for RowSelectionModel.

Properties

selectActiveRow?

optional selectActiveRow: boolean

Defined in: src/plugins/rowselectionmodel.ts:8

When true, moving the active cell also selects the new row. Defaults to true.