phungthelam1996
Results
1
issues of
phungthelam1996
**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);...