iamisti / mdDataTable

Angular data table complete implementation of google material design based on Angular Material components.
MIT License
524 stars 132 forks source link

Dynamically created mdt-column are not removed after new columns are created #309

Open piyush-v opened 7 years ago

piyush-v commented 7 years ago

I am creating table column (mdt-column) dynamically based on the data I receive from the server. Now if the data changes, the new columns are getting recreated properly but the old columns are also visible without any row data