shlomiassaf / ngrid

A angular grid for the enterprise

Home Page:https://shlomiassaf.github.io/ngrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hideColumns not saved by StatePersistence

dbas-dn opened this issue · comments

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; }});

will be on next release