Selecting a full row leads to an error when columns are hidden (PRO Version)

I have hidden columns:
hot.getPlugin(‘hiddenColumns’).hideColumns([21])

When I now select a full row (by clicking the row number), an error shows in the console that column 21 is missing.
“Uncaught Error: column 21 does not exist”.

Hi @wbrekel, can you prepare demo with this bug? I try to simulate but without success.

Ok, Confirmed in this demo http://jsfiddle.net/gd3yrjnc/2/. This fix will be included in the next version of Handsontable Pro initially on 3rd of February.

Thanks Krzysztof

@wbrekel Please check this new 1.1.0 version: http://docs.handsontable.com/pro/1.1.0/tutorial-release-notes.html and confirm that it solves your problem. Thanks!