valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
553 stars 335 forks source link

Update ng-table.component.ts #585

Open jdlennoxs opened 7 years ago

jdlennoxs commented 7 years ago

Added a function to remove any columns from the chart that are no longer in the updated values object. Useful for dynamic graphs where data is added or taken away, stops 'undefined' value columns from building up.