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
I have rowHeaders set to true, and call handsontable("getRowHeaders"). The return value is NaN, rather than an array of row headers.
rowHeaders
true
handsontable("getRowHeaders")
NaN
This worked in 0.7.5, but doesn't in 0.8.19.
The text was updated successfully, but these errors were encountered:
It's duplicate of #352
Sorry, something went wrong.
My bad, did a search for getRowHeader in GitHub but didn't get any results.
bugfix: getRowHeaders returns NaN when no argument given - should ret…
a37a01d
…urn array of all row headers (#568, #352)
Thanks once again for reporting. This is now fixed in 0.8.20
No branches or pull requests
I have
rowHeaders
set totrue
, and callhandsontable("getRowHeaders")
. The return value isNaN
, rather than an array of row headers.This worked in 0.7.5, but doesn't in 0.8.19.
The text was updated successfully, but these errors were encountered: