Needs Confirmationbughelp wanted
Metriche repository
- Star
- (892 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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});