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 #264

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