react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

Mobx Table cellRange not working?

Open phungthelam1996 opened this issue 4 years ago • 1 comments

Describe the bug Console.log showing Row "1" is out of range "-1" when change table data

How to fix Add code to file RNTable.js

    set cellRange(range) {
      widget.setRowCount(range.row);
      widget.setColumnCount(range.column);
    }

on setTableProps function -> setter

Sorry. My English very bad!!

phungthelam1996 avatar Aug 15 '21 08:08 phungthelam1996

Hi @phungthelam1996 can you raise a pr for this?

a7ul avatar Aug 15 '21 11:08 a7ul