We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Console.log showing Row "1" is out of range "-1" when change table data
Row "1" is out of range "-1"
How to fix Add code to file RNTable.js
RNTable.js
set cellRange(range) { widget.setRowCount(range.row); widget.setColumnCount(range.column); }
on setTableProps function -> setter
setTableProps
setter
Sorry. My English very bad!!
The text was updated successfully, but these errors were encountered:
Hi @phungthelam1996 can you raise a pr for this?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Console.log showing
Row "1" is out of range "-1"
when change table dataHow to fix
Add code to file
RNTable.js
on
setTableProps
function ->setter
Sorry. My English very bad!!
The text was updated successfully, but these errors were encountered: