fin-hypergrid / fin-hypergrid/core

Cannot select cells when showRowNumbers=false

Open
#594 3 comments 0 reactions 0 assignees View on GitHub
bug help wanted Needs Confirmation
Dominant language
JavaScript
Stars
907
Forks
139
PR merge metrics
No merged PRs in 30d

Description

I am unable to select certain cells when showRowNumbers=false.

In the below example I am unable to select any cells in the column 'Test'.

```
import Hypergrid from 'fin-hypergrid';
let grid = new Hypergrid('#root', {
data: [{'Tag': 'hello', 'Test': 'World'},
{'Tag': '1', 'Test': '2'}]
});
grid.addProperties({showRowNumbers:false});

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.