shlomiassaf / ngrid

A angular grid for the enterprise
https://shlomiassaf.github.io/ngrid
MIT License
241 stars 40 forks source link

hideColumns not saved by StatePersistence #99

Closed dbas-dn closed 4 years ago

dbas-dn commented 4 years ago

It does not save because there is no getter, only a setter. This is the temporary patch that fixes the issue. Object.defineProperty(PblNgridComponent.prototype, 'hideColumns', { get: function hideColumns() { return this._hideColumns; }});

shlomiassaf commented 4 years ago

will be on next release