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

Fixed bug since added exportHeader #307

Open Beef-Tech opened 4 years ago

Beef-Tech commented 4 years ago

Hi,

I've tested new version and detected some bug with exported header.

Here's my fix.

Thanks !