shlomiassaf / ngrid

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

columnResize subscription #281

Open poltor opened 1 year ago

poltor commented 1 year ago

How I can subscribe on column resize event? I find columnApi.totalColumnWidthChange, is this right way? but it's fire not only drag stopping =( I can use debounce for this, but it's not look like good idea