Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobx Table cellRange not working? #355

Open
phungthelam1996 opened this issue Aug 15, 2021 · 1 comment
Open

Mobx Table cellRange not working? #355

phungthelam1996 opened this issue Aug 15, 2021 · 1 comment

Comments

@phungthelam1996
Copy link

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
Copy link
Collaborator

a7ul commented Aug 15, 2021

Hi @phungthelam1996 can you raise a pr for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants