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/