hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Making a deep copy of data on adding/updating data #265

Closed harryy2510 closed 5 years ago

harryy2510 commented 5 years ago

This will make a deep copy of the initial data provided to the table.

option added - mutateData

Closes #263

hjalmers commented 5 years ago

Thanks for contributing @harryy2510, I'll try to release a new version within a day or two:)

harryy2510 commented 5 years ago

Cool :)