nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

Mobx Table cellRange not working? #355

Open phungthelam1996 opened 3 years ago

phungthelam1996 commented 3 years ago

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!!

a7ul commented 3 years ago

Hi @phungthelam1996 can you raise a pr for this?