fin-hypergrid/core

Cannot select cells when showRowNumbers=false

Open

#594 建立於 2017年5月18日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (892 star) (148 fork)batch import
Needs Confirmationbughelp wanted

描述

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});

貢獻者指南