shlomiassaf / ngrid

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

Add getter for hideColumns. Fix detail row plugin. #101

Closed dbas-dn closed 4 years ago

shlomiassaf commented 4 years ago

No need for getter, I can't expose it because it's not the real array, I copy it...

Instead we need to access it properly from presistence.

See fix in #107