You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have colHeaders set to true, and call handsontable("getColHeaders"). The result is an exception:
TypeError: Cannot read property 'firstChild' of undefined
at HTMLDivElement.Handsontable.Core.getColHeader (file:///.../jquery.handsontable-0.8.19.js:1985:14)
at HTMLDivElement.$.fn.handsontable (file:///.../jquery.handsontable-0.8.19.js:2325:35)
I don't pass anything for the TH parameter of getColHeader, and according to the documentation I shouldn't have to.
This worked in 0.7.5, but doesn't in 0.8.19.
The text was updated successfully, but these errors were encountered:
I have
colHeaders
set totrue
, and callhandsontable("getColHeaders")
. The result is an exception:I don't pass anything for the
TH
parameter ofgetColHeader
, and according to the documentation I shouldn't have to.This worked in 0.7.5, but doesn't in 0.8.19.
The text was updated successfully, but these errors were encountered: