valor-software / ng2-table

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

Update ng-table.component.ts #585

Open jdlennoxs opened 6 years ago

jdlennoxs commented 6 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.