Show - Hide - Copy inconsistent

Tags: #<Tag:0x00007efc60a51488>

I am using PRO 1.14.2 with Angular4.

I am loading data for grid on init, and hide/show cols based on condition.

Say, table has a,b,c,d as columns. Once initialized with data, I am updating through settings to hide c,d based on user selection. It is hiding the columns. But when I copy the grid through Ctrl+C, only a,b are copied.
If I hide just column c, then on copy it is copying all the columns (including hidden).

Looks like if hidden columns are at the end, they are not copied.If they are in between they are copied.

Please clarify on this.
This fiddle I tired with end columns, it is working, but not in Angular Wrapper http://jsfiddle.net/6y8f4xrL/

Thank you for reporting the issue. I have replicated the issue with the first and last columns. As you said it works fine in the vanilla version but fails in the Angular wrapper, so I have copied your issue report on the Angular issue board https://github.com/handsontable/angular-handsontable/issues/33

Any time line when this issue will be resolved ?

If there are any updates about the issue they will appear in the Angular issue board (with corresponding commits).

The issue https://github.com/handsontable/angular-handsontable/issues/33#issuecomment-366916669 has been updated and answered.