Skip to content

readonly make cells not selectable #284

@gdementen

Description

@gdementen

(discovered in promes_output)

Our DataArrayModel.flags method is slightly buggy:

  • when readonly, we need the flag ItemIsSelectable. When the cell is editable, this is (apparently) implied, but specifying it explicitly wouldn't hurt
  • It would be more correct to return NoItemFlags for invalid indices

References:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions