Skip to content

ui.grid.selection: add public api to enableRowHeaderSelection #2855

Closed
@scottmcdonnell

Description

@scottmcdonnell

I can toggle multiselect using the api:
$scope.gridApi.selection.setMultiSelect(!$scope.gridApi.grid.options.multiSelect);

but there is no way to toggle the RowHeaderSelection:
$scope.gridApi.selection.setRowHeaderSelection(!$scope.gridApi.grid.options.enableRowHeaderSelection);

changing the gridOptions does not work either.
$scope.gridApi.grid.options.enableRowHeaderSelection = false;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions